[jboss-logging-tools] 05/07: Try with javadoc plugin.

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 4c5d4211313eeee4e1c1fc5654c1a159a4643d23
Author: Markus Koschany <apo at debian.org>
Date:   Mon Mar 19 10:48:28 2018 +0100

    Try with javadoc plugin.
---
 debian/patches/java9.patch | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch
index e678566..2e5bb3f 100644
--- a/debian/patches/java9.patch
+++ b/debian/patches/java9.patch
@@ -2,26 +2,24 @@ From: Markus Koschany <apo at debian.org>
 Date: Mon, 19 Mar 2018 10:39:25 +0100
 Subject: java9
 
+Fix FTBFS with Java 9.
+
+Forwarded: no
 ---
- pom.xml | 8 ++++++++
- 1 file changed, 8 insertions(+)
+ pom.xml | 3 +++
+ 1 file changed, 3 insertions(+)
 
 diff --git a/pom.xml b/pom.xml
-index 34a2822..1e03faa 100644
+index 34a2822..c93b203 100644
 --- a/pom.xml
 +++ b/pom.xml
-@@ -121,6 +121,14 @@
-     <build>
-         <pluginManagement>
-             <plugins>
-+                <plugin>
-+                    <artifactId>maven-compiler-plugin</artifactId>
-+                     <configuration>
+@@ -127,6 +127,9 @@
+                         <links>
+                             <link>http://docs.oracle.com/javase/8/docs/api</link>
+                         </links>
 +                        <compilerArgs>
 +                            <arg>--add-modules</arg><arg>java.xml.ws.annotation</arg>
 +                        </compilerArgs>
-+                    </configuration>
-+                </plugin>
-                 <plugin>
-                     <artifactId>maven-javadoc-plugin</artifactId>
-                     <configuration>
+                         <show>public</show>
+                         <header>JBoss Logging Tools, ${project.version}</header>
+                         <footer>JBoss Logging Tools, ${project.version}</footer>

-- 
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