[jboss-modules] 14/16: Update build.patch
Markus Koschany
apo-guest at moszumanska.debian.org
Sun Mar 20 18:33:09 UTC 2016
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 cf763f0dc547f05373be1b1efa79d31de576271d
Author: Markus Koschany <apo at debian.org>
Date: Sun Mar 20 18:08:31 2016 +0100
Update build.patch
---
debian/patches/build.patch | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
index e964ac5..b085da2 100644
--- a/debian/patches/build.patch
+++ b/debian/patches/build.patch
@@ -3,14 +3,35 @@ Date: Sun, 20 Mar 2016 17:46:39 +0100
Subject: build
---
- pom.xml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ pom.xml | 18 +++++++++++++++---
+ 1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
-index b2caa0e..2334948 100644
+index b2caa0e..ceea1e4 100644
--- a/pom.xml
+++ b/pom.xml
-@@ -133,7 +133,7 @@
+@@ -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 -->
@@ -19,7 +40,7 @@ index b2caa0e..2334948 100644
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<doclet>net.gleamynode.apiviz.APIviz</doclet>
-@@ -145,7 +145,7 @@
+@@ -145,7 +157,7 @@
<excludePackageNames>__redirected</excludePackageNames>
<excludePackageNames>org.jboss.modules._private</excludePackageNames>
</configuration>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-modules.git
More information about the pkg-java-commits
mailing list