This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch patch-queue/master in repository jboss-modules.
commit 240704564d6a4d75abf1d04c1cd73fe1677e1fcc Author: Markus Koschany <[email protected]> Date: Sat Aug 19 00:34:22 2017 +0200 build Gbp-Pq: Name build.patch --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 7a5ab95..7acae39 100644 --- a/pom.xml +++ b/pom.xml @@ -181,6 +181,18 @@ <skipMain>${skip.compile}</skipMain> <skip>${skip.compile}</skip> </configuration> + <executions> + <execution> + <id>default-testCompile</id> + <phase>test-compile</phase> + <goals> + <goal>testCompile</goal> + </goals> + <configuration> + <skip>true</skip> + </configuration> + </execution> + </executions> </plugin> <!-- Surefire --> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-modules.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

