This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jetty9.
commit 1a89faaf62cd0d698c60370983e5e17289e60f06 Author: Jakub Adam <[email protected]> Date: Wed Aug 5 21:37:16 2015 +0200 skip-clean-pom --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9a8561a..3ef416a 100755 --- a/debian/rules +++ b/debian/rules @@ -26,7 +26,7 @@ install/libjetty9-java:: mh_installpoms -plibjetty9-java version=$(shell grep 'debian.originalVersion' pom.xml | head -1 | sed -e 's/.*<debian.originalVersion>\(.*\)<\/debian.originalVersion>.*/\1/'); \ for lib in $(LIBJETTY_JARS); do \ - mh_installjar -plibjetty9-java --java-lib --usj-name=jetty9-$$lib \ + mh_installjar -plibjetty9-java --skip-clean-pom --java-lib --usj-name=jetty9-$$lib \ jetty-$$lib/pom.xml jetty-$$lib/target/jetty-$$lib-*.jar; \ if [ $$lib = "start" ]; then \ continue; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

