This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository undertow.
commit 63c26b017ea29c4ab059b416abecb2050b0421ec Author: Markus Koschany <[email protected]> Date: Tue Jul 11 14:39:04 2017 +0200 Add use-local-test-jars.patch --- debian/patches/series | 1 + debian/patches/use-local-test-jars.patch | 35 ++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 1609c2d..c0279ba 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ ALPN.patch no-wildfly.patch +use-local-test-jars.patch diff --git a/debian/patches/use-local-test-jars.patch b/debian/patches/use-local-test-jars.patch new file mode 100644 index 0000000..0c93f58 --- /dev/null +++ b/debian/patches/use-local-test-jars.patch @@ -0,0 +1,35 @@ +From: Markus Koschany <[email protected]> +Date: Tue, 11 Jul 2017 14:38:52 +0200 +Subject: use local test-jars + +--- + pom.xml | 1 + + servlet/pom.xml | 3 ++- + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/pom.xml b/pom.xml +index da8755f..8c78612 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -126,6 +126,7 @@ + </modules> + + <build> ++ <directory>${user.dir}/lib</directory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> +diff --git a/servlet/pom.xml b/servlet/pom.xml +index 247c02d..3cbac00 100644 +--- a/servlet/pom.xml ++++ b/servlet/pom.xml +@@ -85,7 +85,8 @@ + <groupId>io.undertow</groupId> + <artifactId>undertow-core</artifactId> + <type>test-jar</type> +- <scope>test</scope> ++ <scope>system</scope> ++ <systemPath>${user.dir}/lib/undertow-core-1.4.18.Final-tests.jar</systemPath> + </dependency> + + <dependency> -- 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

