This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jboss-modules.
commit 1d6ae8d02e560cf530f397cab2ce4ef3380addde Author: Markus Koschany <[email protected]> Date: Fri Aug 18 23:56:55 2017 +0200 Drop build.patch --- debian/patches/build.patch | 51 ---------------------------------------------- debian/patches/series | 1 - 2 files changed, 52 deletions(-) diff --git a/debian/patches/build.patch b/debian/patches/build.patch deleted file mode 100644 index b085da2..0000000 --- a/debian/patches/build.patch +++ /dev/null @@ -1,51 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Sun, 20 Mar 2016 17:46:39 +0100 -Subject: build - ---- - pom.xml | 18 +++++++++++++++--- - 1 file changed, 15 insertions(+), 3 deletions(-) - -diff --git a/pom.xml b/pom.xml -index b2caa0e..ceea1e4 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -93,7 +93,19 @@ - <skipMain>${skip.compile}</skipMain> - <skip>${skip.compile}</skip> - </configuration> -- </plugin> -+ <executions> -+ <execution> -+ <id>default-testCompile</id> -+ <phase>test-compile</phase> -+ <goals> -+ <goal>testCompile</goal> -+ </goals> -+ <configuration> -+ <skip>true</skip> -+ </configuration> -+ </execution> -+ </executions> -+ </plugin> - - <!-- Surefire --> - <plugin> -@@ -133,7 +145,7 @@ - </plugin> - - <!-- Javadoc --> -- <plugin> -+ <!--<plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <doclet>net.gleamynode.apiviz.APIviz</doclet> -@@ -145,7 +157,7 @@ - <excludePackageNames>__redirected</excludePackageNames> - <excludePackageNames>org.jboss.modules._private</excludePackageNames> - </configuration> -- </plugin> -+ </plugin>--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 5879227..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -build.patch -- 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

