This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository jetty9.
commit 8df6e6aa0c0353e1d4608c1745eb3c9ec3f28ca7 Author: Jakub Adam <[email protected]> Date: Wed Aug 5 20:52:41 2015 +0200 Don't install debian POMs into /u/s/maven-repo Those are still installed by jetty8 package and the names would clash. --- debian/libjetty9-java.poms | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/debian/libjetty9-java.poms b/debian/libjetty9-java.poms index 99227d3..b5c0664 100644 --- a/debian/libjetty9-java.poms +++ b/debian/libjetty9-java.poms @@ -1,26 +1,26 @@ -pom.xml --no-parent -jetty-webapp/pom.xml --java-lib --usj-name=jetty9-webapp -jetty-security/pom.xml --java-lib --usj-name=jetty9-security -jetty-server/pom.xml --java-lib --usj-name=jetty9-server +pom.xml -s --no-parent +jetty-webapp/pom.xml -s --java-lib --usj-name=jetty9-webapp +jetty-security/pom.xml -s --java-lib --usj-name=jetty9-security +jetty-server/pom.xml -s --java-lib --usj-name=jetty9-server jetty-jndi/pom.xml --ignore-pom -jetty-xml/pom.xml --java-lib --usj-name=jetty9-xml -jetty-continuation/pom.xml --java-lib --usj-name=jetty9-continuation +jetty-xml/pom.xml -s --java-lib --usj-name=jetty9-xml +jetty-continuation/pom.xml -s --java-lib --usj-name=jetty9-continuation jetty-annotations/pom.xml --ignore-pom jetty-nosql/pom.xml --ignore-pom jetty-monitor/pom.xml --ignore-pom jetty-client/pom.xml --ignore-pom -jetty-rewrite/pom.xml --java-lib --usj-name=jetty9-rewrite +jetty-rewrite/pom.xml -s --java-lib --usj-name=jetty9-rewrite jetty-plus/pom.xml --ignore-pom -jetty-deploy/pom.xml --java-lib --usj-name=jetty9-deploy +jetty-deploy/pom.xml -s --java-lib --usj-name=jetty9-deploy jetty-distribution/pom.xml -jetty-http/pom.xml --java-lib --usj-name=jetty9-http +jetty-http/pom.xml -s --java-lib --usj-name=jetty9-http jetty-websocket/pom.xml -jetty-start/pom.xml --java-lib --usj-name=jetty9-start +jetty-start/pom.xml -s --java-lib --usj-name=jetty9-start jetty-http-spi/pom.xml -jetty-io/pom.xml --java-lib --usj-name=jetty9-io -jetty-util/pom.xml --java-lib --usj-name=jetty9-util +jetty-io/pom.xml -s --java-lib --usj-name=jetty9-io +jetty-util/pom.xml -s --java-lib --usj-name=jetty9-util jetty-jaspi/pom.xml -jetty-jmx/pom.xml --java-lib --usj-name=jetty9-jmx -jetty-servlets/pom.xml --java-lib --usj-name=jetty9-servlets -jetty-servlet/pom.xml --java-lib --usj-name=jetty9-servlet +jetty-jmx/pom.xml -s --java-lib --usj-name=jetty9-jmx +jetty-servlets/pom.xml -s --java-lib --usj-name=jetty9-servlets +jetty-servlet/pom.xml -s --java-lib --usj-name=jetty9-servlet -- 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

