This is an automated email from the git hooks/post-receive script. tjaalton pushed a commit to branch master in repository jackson-annotations.
commit 812a55383be062cdf09476a4b85339070b39ea1c Author: Tatu Saloranta <[email protected]> Date: Fri Dec 13 20:13:03 2013 -0800 put debug info back, not much size difference --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 8633df2..3cc26e2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,4 +30,18 @@ <osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export> </properties> + <build> + <plugins> + <!-- not much to debug, but let's add all the info --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <optimize>true</optimize> + <debug>true</debug> + <debuglevel>lines,source,vars</debuglevel> + </configuration> + </plugin> + </plugins> + </build> </project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-annotations.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

