You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2014/03/26 19:23:31 UTC

svn commit: r1581986 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Wed Mar 26 18:23:31 2014
New Revision: 1581986

URL: http://svn.apache.org/r1581986
Log:
PDFBOX-2002: Show deprecation in the build

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1581986&r1=1581985&r2=1581986&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Wed Mar 26 18:23:31 2014
@@ -141,6 +141,7 @@
             <plugin>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
+                    <showDeprecation>true</showDeprecation>
                     <target>1.6</target>
                     <source>1.6</source>
                 </configuration>