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>