Author: dennisl
Date: Mon Sep 15 19:33:38 2014
New Revision: 1625127

URL: http://svn.apache.org/r1625127
Log:
[MJAVADOC-393] -link option values have their trailing slash removed; breaks 
javadoc 8
- Add an entry in the FAQ about this. No changes was been made in the plugin. 
Users are instead encouraged to use Java 8u20 or later where the underlying bug 
was fixed.

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml?rev=1625127&r1=1625126&r2=1625127&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Mon Sep 15 
19:33:38 2014
@@ -442,5 +442,16 @@ mvn deploy:deploy-file \
         </dl>
       </answer>
     </faq>
+    <faq id="Why do I get errors when using links under Java 8">
+      <question>Why do I get errors when using links under Java 8?</question>
+      <answer>
+        <p>
+          Due to <a href="https://bugs.openjdk.java.net/browse/JDK-8040771";>a 
bug in JDK 8</a>
+          you need at least Java 8u20 for this to work. See
+          <a 
href="http://jira.codehaus.org/browse/MJAVADOC-393";>MJAVADOC-393</a>
+          for more info.
+        </p>
+      </answer>
+    </faq>
   </part>
 </faqs>
\ No newline at end of file


Reply via email to