[jboss-xnio] 04/09: Refresh disable-apiviz-plugin.patch
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Aug 5 10:39:01 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-xnio.
commit b309fdd9c50e92a8efc41895fc2053d64a1fa3d7
Author: Markus Koschany <apo at debian.org>
Date: Thu Aug 4 20:28:06 2016 +0200
Refresh disable-apiviz-plugin.patch
---
debian/changelog | 1 +
debian/patches/disable-apiviz-plugin.patch | 31 ++++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 33 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 52277fd..83f3e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
jboss-xnio (3.4.0-1) unstable; urgency=medium
* Imported Upstream version 3.4.0.
+ * Refresh disable-apiviz-plugin.patch
-- Markus Koschany <apo at debian.org> Thu, 04 Aug 2016 20:23:36 +0200
diff --git a/debian/patches/disable-apiviz-plugin.patch b/debian/patches/disable-apiviz-plugin.patch
new file mode 100644
index 0000000..2efeee9
--- /dev/null
+++ b/debian/patches/disable-apiviz-plugin.patch
@@ -0,0 +1,31 @@
+From: Markus Koschany <apo at debian.org>
+Date: Thu, 4 Aug 2016 20:27:51 +0200
+Subject: disable apiviz plugin
+
+Forwarded: not-needed
+---
+ api/pom.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/api/pom.xml b/api/pom.xml
+index ae07454..5531063 100644
+--- a/api/pom.xml
++++ b/api/pom.xml
+@@ -167,7 +167,7 @@
+ </plugin>
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+- <configuration>
++ <!--<configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ <detectJavaApiLink>false</detectJavaApiLink>
+ <detectLinks>false</detectLinks>
+@@ -184,7 +184,7 @@
+ <links>
+ <link>http://java.sun.com/javase/7/docs/api/</link>
+ </links>
+- </configuration>
++ </configuration>-->
+ </plugin>
+ </plugins>
+ </build>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2775e34
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-apiviz-plugin.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-xnio.git
More information about the pkg-java-commits
mailing list