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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

