Workaround the maven javadoc link issue. ----------------------------------------
Key: CAMEL-3679 URL: https://issues.apache.org/jira/browse/CAMEL-3679 Project: Camel Issue Type: Improvement Reporter: Willem Jiang Priority: Minor When running mvn deploy, the javadoc will try to build the javadoc on the other modules, it wastes more than one hour time. {code} [INFO] --- maven-javadoc-plugin:2.7:jar (attach-javadocs) @ camel-core --- [WARNING] Are you sure about the <javadocVersion/> parameter? It seems to be 1.6 [ERROR] Error fetching link: http://java.sun.com/j2se/1.5.0/docs/api/package-list. Ignored it. [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.apache.camel:camel-buildtools:jar:2.7.0-SNAPSHOT'. Trying to invoke it... [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc' has not be previously called for the project: 'org.apache.camel:camel-core-xml:jar:2.7.0-SNAPSHOT'. Trying to invoke it... {code} -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira