Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
I'm having issues building camel behind a firewall because of camel-javadoc-plugin. It seems to be mostly copied from maven-javadoc-plugin 3.1.0 or 3.1.1, which stripped out proxy_user/password support https://issues.apache.org/jira/browse/MJAVADOC-565 - it's an issue because of the <links/>, and I end up with an error when javadoc tries to fetch them :
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.1.1:jar (attach-javadocs) on project camel-util: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - javadoc: error - Error fetching URL: http://download.oracle.com/javase/7/docs/api/
[ERROR] javadoc: error - Error fetching URL: http://download.oracle.com/javaee/7/api/
I'd like to contribute a patch to set <isOffline>${camel.javadoc.isOffline}</isOffline> in the maven/camel-javadoc-plugin, so that camel can be built behind a firewall.
Attachments
Issue Links
- links to