This is an automated email from the git hooks/post-receive script. reazem-guest pushed a commit to branch master in repository jsemver.
commit e92c95e13b474589af0405d8be753a967c4227a2 Author: Zafar Khaja <[email protected]> Date: Sat Nov 16 21:12:59 2013 +0400 Put back the maven-compiler-plugin --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 3665a83..91bb8a6 100644 --- a/pom.xml +++ b/pom.xml @@ -48,4 +48,20 @@ <scope>test</scope> </dependency> </dependencies> + + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.1</version> + <configuration> + <source>1.6</source> + <target>1.6</target> + <encoding>UTF-8</encoding> + <compilerArgument>-Xlint:unchecked</compilerArgument> + </configuration> + </plugin> + </plugins> + </build> </project> -- 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

