[jboss-logging] 01/07: Add disable-apiviz-plugin.patch

Markus Koschany apo-guest at moszumanska.debian.org
Tue May 12 15:13:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository jboss-logging.

commit 888b080533835c50b836814e6133324b11ab42b3
Author: Markus Koschany <apo at gambaru.de>
Date:   Tue May 12 15:12:39 2015 +0200

    Add disable-apiviz-plugin.patch
---
 debian/patches/disable-apiviz-plugin.patch | 30 ++++++++++++++++++++++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 31 insertions(+)

diff --git a/debian/patches/disable-apiviz-plugin.patch b/debian/patches/disable-apiviz-plugin.patch
new file mode 100644
index 0000000..55d7a22
--- /dev/null
+++ b/debian/patches/disable-apiviz-plugin.patch
@@ -0,0 +1,30 @@
+From: Markus Koschany <apo at gambaru.de>
+Date: Tue, 12 May 2015 15:12:25 +0200
+Subject: disable apiviz plugin
+
+---
+ pom.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/pom.xml b/pom.xml
+index 04dec9a..01548e1 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -89,7 +89,7 @@
+             <plugin>
+                 <artifactId>maven-source-plugin</artifactId>
+             </plugin>
+-            <plugin>
++            <!--<plugin>
+                 <artifactId>maven-javadoc-plugin</artifactId>
+                 <configuration>
+                     <detectJavaApiLink>false</detectJavaApiLink>
+@@ -108,7 +108,7 @@
+                         <link>http://java.sun.com/javase/6/docs/api/</link>
+                     </links>
+                 </configuration>
+-            </plugin>
++            </plugin>-->
+             <!-- Adding OSGI metadata to the JAR without changing the packaging type. -->
+             <plugin>
+                 <artifactId>maven-jar-plugin</artifactId>
diff --git a/debian/patches/series b/debian/patches/series
index d957b88..7efb3c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 SLF4j-1.7.patch
+disable-apiviz-plugin.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging.git



More information about the pkg-java-commits mailing list