Thomas Cunningham created CAMEL-14687:
-----------------------------------------
Summary: Cannot build camel behind firewall
Key: CAMEL-14687
URL: https://issues.apache.org/jira/browse/CAMEL-14687
Project: Camel
Issue Type: Bug
Components: build system
Reporter: Thomas Cunningham
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)