[undertow] 02/05: Add java9.patch.
Markus Koschany
apo at moszumanska.debian.org
Sun Mar 25 16:12:55 BST 2018
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository undertow.
commit d68999f52151a56aca18b76828c9e18ae5370290
Author: Markus Koschany <apo at debian.org>
Date: Sun Mar 25 00:51:07 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..4a8972c
--- /dev/null
+++ b/debian/patches/java9.patch
@@ -0,0 +1,27 @@
+From: Markus Koschany <apo at debian.org>
+Date: Sun, 25 Mar 2018 00:50:53 +0100
+Subject: java9
+
+---
+ pom.xml | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+diff --git a/pom.xml b/pom.xml
+index c6f9114..60228cd 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -520,6 +520,14 @@
+ </compilerArgs>
+ </configuration>
+ </plugin>
++ <plugin>
++ <artifactId>maven-javadoc-plugin</artifactId>
++ <configuration>
++ <compilerArgs>
++ <arg>--add-modules=java.xml.ws.annotation</arg>
++ </compilerArgs>
++ </configuration>
++ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
diff --git a/debian/patches/series b/debian/patches/series
index 1609c2d..df5cd1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
ALPN.patch
no-wildfly.patch
+java9.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/undertow.git
More information about the pkg-java-commits
mailing list