[jsemver] 53/95: Make maven-compiler-plugin show all warnings

Alexandre Viau reazem-guest at moszumanska.debian.org
Mon Feb 16 14:58:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

reazem-guest pushed a commit to branch master
in repository jsemver.

commit 2ebe4ecdd5b6ff83d31a3aace5ee64d249751496
Author: Zafar Khaja <zafarkhaja at gmail.com>
Date:   Wed Nov 20 20:08:23 2013 +0400

    Make maven-compiler-plugin show all warnings
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91bb8a6..572acf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
           <source>1.6</source>
           <target>1.6</target>
           <encoding>UTF-8</encoding>
-          <compilerArgument>-Xlint:unchecked</compilerArgument>
+          <compilerArgument>-Xlint:all</compilerArgument>
         </configuration>
       </plugin>
     </plugins>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsemver.git



More information about the pkg-java-commits mailing list