This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-modules.
commit 6c48768ed3a5cb7cd1dbe9c9d4efb082086bec16 Author: Markus Koschany <[email protected]> Date: Sun Mar 20 17:44:58 2016 +0100 Drop build.patch --- debian/patches/build.patch | 56 ---------------------------------------------- debian/patches/series | 1 - 2 files changed, 57 deletions(-) diff --git a/debian/patches/build.patch b/debian/patches/build.patch deleted file mode 100644 index 78561cc..0000000 --- a/debian/patches/build.patch +++ /dev/null @@ -1,56 +0,0 @@ -From: Markus Koschany <[email protected]> -Date: Mon, 2 Mar 2015 21:08:56 +0100 -Subject: build - -Do not run and compile the tests because jboss-shrinkwrap has not been packaged -yet. Disable a javadoc docletArtifact which is also not available. - -Forwarded: not-needed ---- - pom.xml | 26 ++++++++++++-------------- - 1 file changed, 12 insertions(+), 14 deletions(-) - -diff --git a/pom.xml b/pom.xml -index 2d89857..51ef008 100644 ---- a/pom.xml -+++ b/pom.xml -@@ -60,6 +60,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 --> -@@ -99,20 +111,6 @@ - <artifactId>maven-source-plugin</artifactId> - </plugin> - -- <!-- Javadoc --> -- <plugin> -- <artifactId>maven-javadoc-plugin</artifactId> -- <configuration> -- <doclet>net.gleamynode.apiviz.APIviz</doclet> -- <docletArtifact> -- <groupId>org.jboss.apiviz</groupId> -- <artifactId>apiviz</artifactId> -- <version>1.3.2.GA</version> -- </docletArtifact> -- <excludePackageNames>__redirected</excludePackageNames> -- </configuration> -- </plugin> -- - <!-- Enforcer --> - <plugin> - <artifactId>maven-enforcer-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

