[Git][java-team/maven-javadoc-plugin][master] 4 commits: Add default-detectJavaApiLink-to-false.patch

Emmanuel Bourg gitlab at salsa.debian.org
Wed Feb 3 13:04:19 GMT 2021



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-javadoc-plugin


Commits:
509fd148 by tony mancill at 2019-02-17T10:35:48-08:00
Add default-detectJavaApiLink-to-false.patch

- - - - -
721adc51 by tony mancill at 2019-02-17T10:36:17-08:00
interim changelog

- - - - -
59aebd9b by tony mancill at 2019-02-18T09:09:50-08:00
add DEP3 headers to default-detectJavaApiLink-to-false.patch Debian #919798

- - - - -
262c35cd by tony mancill at 2019-02-18T09:30:15-08:00
update changelog for upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/default-detectJavaApiLink-to-false.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium
+
+  * Team upload.
+  * Add default-detectJavaApiLink-to-false.patch (Closes: #919798)
+    This addresses FTBFS bugs for multiple javadoc packages that
+    build-depend on maven.  Also see:
+    - https://github.com/oracle/opengrok/issues/2629
+    - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831
+    Thank you to Markus Koschany for identifying a work-around.
+
+ -- tony mancill <tmancill at debian.org>  Sun, 17 Feb 2019 10:36:03 -0800
+
 maven-javadoc-plugin (3.0.1-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/default-detectJavaApiLink-to-false.patch
=====================================
@@ -0,0 +1,26 @@
+Description: set detectJavaApiLink default value to false
+Author: tony mancill <tmancill at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919798
+Comment: Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919831
+Forwarded: not-needed
+
+--- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
++++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
+@@ -587,7 +587,7 @@
+      * <br/>
+      * See
+      * <a href="./apidocs/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.html#DEFAULT_JAVA_API_LINKS">Javadoc</a>
+-     * for the default values.
++     * for the default values.  For Debian, the default value is <code>false</code>.  See <a href="https://bugs.debian.org/919798">Debian bug 919798</a>.
+      * <br/>
+      *
+      * @see #links
+@@ -595,7 +595,7 @@
+      * @see #DEFAULT_JAVA_API_LINKS
+      * @since 2.6
+      */
+-    @Parameter( property = "detectJavaApiLink", defaultValue = "true" )
++    @Parameter( property = "detectJavaApiLink", defaultValue = "false" )
+     private boolean detectJavaApiLink;
+ 
+     /**


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ openjdk-9-javadoc-path.patch
 plexus-component-metadata-plugin-version.patch
 ignore-source-errors.patch
 plexus-utils.patch
+default-detectJavaApiLink-to-false.patch



View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/-/compare/643a52667f3666e848028edf523fab9376564ef0...262c35cdff840dbdbf4d45fb4990506c9a6adf9b

-- 
View it on GitLab: https://salsa.debian.org/java-team/maven-javadoc-plugin/-/compare/643a52667f3666e848028edf523fab9376564ef0...262c35cdff840dbdbf4d45fb4990506c9a6adf9b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210203/43ec04a1/attachment.html>


More information about the pkg-java-commits mailing list