You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2011/02/09 19:41:46 UTC

svn commit: r1069028 - /incubator/opennlp/trunk/opennlp/pom.xml

Author: joern
Date: Wed Feb  9 18:41:46 2011
New Revision: 1069028

URL: http://svn.apache.org/viewvc?rev=1069028&view=rev
Log:
OPENNLP-129 Enabled all compiler warnings

Modified:
    incubator/opennlp/trunk/opennlp/pom.xml

Modified: incubator/opennlp/trunk/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp/pom.xml?rev=1069028&r1=1069027&r2=1069028&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp/pom.xml Wed Feb  9 18:41:46 2011
@@ -92,6 +92,7 @@
 				<configuration>
 					<source>1.5</source>
 					<target>1.5</target>
+          			<compilerArgument>-Xlint</compilerArgument>
 				</configuration>
 			</plugin>