This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch experimental in repository wagon2.
commit b8765e08c0a5526cf63e0ef3cc6e6cf35c703759 Author: tony mancill <[email protected]> Date: Sat May 6 15:29:25 2017 -0700 refresh patches --- debian/patches/do_not_build_ftp_tests.patch | 39 ++++++++++++++--------------- debian/patches/do_not_run_http_tests.patch | 26 +++++++++---------- 2 files changed, 32 insertions(+), 33 deletions(-) diff --git a/debian/patches/do_not_build_ftp_tests.patch b/debian/patches/do_not_build_ftp_tests.patch index 980123d..3a8a2e8 100644 --- a/debian/patches/do_not_build_ftp_tests.patch +++ b/debian/patches/do_not_build_ftp_tests.patch @@ -8,23 +8,22 @@ Subject: [PATCH] do not build FtpWagonTest.java --- a/wagon-providers/wagon-ftp/pom.xml +++ b/wagon-providers/wagon-ftp/pom.xml -@@ -59,5 +59,19 @@ - <artifactId>commons-io</artifactId> - </dependency> - </dependencies> -+ -+ <build> -+ <plugins> -+ <plugin> -+ <groupId>org.apache.maven.plugins</groupId> -+ <artifactId>maven-compiler-plugin</artifactId> -+ <configuration> -+ <testExcludes> -+ <exclude>**/FtpWagonTest.java</exclude> -+ </testExcludes> -+ </configuration> -+ </plugin> -+ </plugins> -+ </build> - - </project> +@@ -60,4 +60,18 @@ + </dependency> + </dependencies> + ++ <build> ++ <plugins> ++ <plugin> ++ <groupId>org.apache.maven.plugins</groupId> ++ <artifactId>maven-compiler-plugin</artifactId> ++ <configuration> ++ <testExcludes> ++ <exclude>**/FtpWagonTest.java</exclude> ++ </testExcludes> ++ </configuration> ++ </plugin> ++ </plugins> ++ </build> ++ + </project> diff --git a/debian/patches/do_not_run_http_tests.patch b/debian/patches/do_not_run_http_tests.patch index 50e5af1..42f4b1b 100644 --- a/debian/patches/do_not_run_http_tests.patch +++ b/debian/patches/do_not_run_http_tests.patch @@ -3,10 +3,10 @@ Author: Damien Raude-Morvan <[email protected]> Subject: Do not run tests making HTTP/HTTPS connections --- a/wagon-providers/wagon-http-lightweight/pom.xml +++ b/wagon-providers/wagon-http-lightweight/pom.xml -@@ -48,4 +48,19 @@ - <scope>test</scope> - </dependency> - </dependencies> +@@ -70,4 +70,19 @@ + <artifactId>slf4j-simple</artifactId> + </dependency> + </dependencies> + + <build> + <plugins> @@ -22,14 +22,14 @@ Subject: Do not run tests making HTTP/HTTPS connections + </plugin> + </plugins> + </build> - </project> + </project> --- a/wagon-providers/wagon-http/pom.xml +++ b/wagon-providers/wagon-http/pom.xml -@@ -138,6 +138,18 @@ - </systemPropertyVariables> - </configuration> - </plugin> -+ +@@ -169,6 +169,18 @@ + </systemPropertyVariables> + </configuration> + </plugin> ++ + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> @@ -41,6 +41,6 @@ Subject: Do not run tests making HTTP/HTTPS connections + </excludes> + </configuration> + </plugin> - </plugins> - </build> - </project> + </plugins> + </build> + </project> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

