[jboss-logging-tools] 03/07: Add java9.patch.
Markus Koschany
apo at moszumanska.debian.org
Mon Mar 19 10:01:23 GMT 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository jboss-logging-tools.
commit cd6b6f38bd17cb2a2880b8c71be33878f54ec7ab
Author: Markus Koschany <apo at debian.org>
Date: Mon Mar 19 10:39:37 2018 +0100
Add java9.patch.
---
debian/patches/java9.patch | 27 +++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 28 insertions(+)
diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch
new file mode 100644
index 0000000..e678566
--- /dev/null
+++ b/debian/patches/java9.patch
@@ -0,0 +1,27 @@
+From: Markus Koschany <apo at debian.org>
+Date: Mon, 19 Mar 2018 10:39:25 +0100
+Subject: java9
+
+---
+ pom.xml | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/pom.xml b/pom.xml
+index 34a2822..1e03faa 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -121,6 +121,14 @@
+ <build>
+ <pluginManagement>
+ <plugins>
++ <plugin>
++ <artifactId>maven-compiler-plugin</artifactId>
++ <configuration>
++ <compilerArgs>
++ <arg>--add-modules</arg><arg>java.xml.ws.annotation</arg>
++ </compilerArgs>
++ </configuration>
++ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4d2c86f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+java9.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git
More information about the pkg-java-commits
mailing list