[jboss-modules] 07/08: Refresh build.patch.
Markus Koschany
apo at moszumanska.debian.org
Fri Aug 18 22:50:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jboss-modules.
commit 2dd96482ab0058e2f50c5278bf1c3aafa52f8e2d
Author: Markus Koschany <apo at debian.org>
Date: Sat Aug 19 00:34:34 2017 +0200
Refresh build.patch.
---
debian/patches/build.patch | 31 +++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 32 insertions(+)
diff --git a/debian/patches/build.patch b/debian/patches/build.patch
new file mode 100644
index 0000000..23c1872
--- /dev/null
+++ b/debian/patches/build.patch
@@ -0,0 +1,31 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sat, 19 Aug 2017 00:34:22 +0200
+Subject: build
+
+---
+ pom.xml | 12 ++++++++++++
+ 1 file changed, 12 insertions(+)
+
+diff --git a/pom.xml b/pom.xml
+index 34b26e3..7eeaed0 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -116,6 +116,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 -->
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5879227
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+build.patch
--
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