Skip to content
Commits on Source (2)
maven-javadoc-plugin (3.0.1-3) UNRELEASED; urgency=medium
maven-javadoc-plugin (3.0.1-3) unstable; urgency=medium
* Team upload.
* Add default-detectJavaApiLink-to-false.patch
* 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@debian.org> Sun, 17 Feb 2019 10:36:03 -0800
......
Description: set detectJavaApiLink default value to false
Author: tony mancill <tmancill@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 @@
......@@ -5,7 +11,7 @@
* 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>. Also see <a href="https://bugs.debian.org/919831">Debian bug 919831</a>.
+ * 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
......