This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository undertow.
commit fe5b13ff9d58e03c5a488dfdb55203e36f02e295 Author: Markus Koschany <[email protected]> Date: Fri Oct 30 18:40:46 2015 +0100 Ignore test-jars --- debian/maven.ignoreRules | 3 +++ debian/maven.rules | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2f989e1..6d32245 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -6,3 +6,6 @@ org.bitstrings.maven.plugins dependencypath-maven-plugin * * * * org.jacoco org.jacoco.ant * * * * org.mortbay.jetty.alpn alpn-boot * * * * com.twitter hpack * * * * +io.undertow undertow-core test-jar * * * +io.undertow undertow-servlet test-jar * * * +io.undertow undertow-websockets-jsr test-jar * * * diff --git a/debian/maven.rules b/debian/maven.rules index 82eaf3a..dd49d6e 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -8,9 +8,6 @@ io.undertow undertow-parent pom s/.*/debian/ * * io.undertow undertow-parser-generator jar s/.*/debian/ * * io.undertow undertow-servlet jar s/.*/debian/ * * io.undertow undertow-websockets-jsr jar s/.*/debian/ * * -io.undertow undertow-core test-jar * * * -io.undertow undertow-servlet test-jar * * * -io.undertow undertow-websockets-jsr test-jar * * * junit junit jar s/4\..*/4.x/ * * org.jboss.classfilewriter jboss-classfilewriter jar s/.*/debian/ * * org.jboss.logging jboss-logging-processor jar s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

