Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
3.1.1
-
None
-
None
Description
I'm seeing the following trying to build camel behind a firewall :
[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: https://download.oracle.com/javase/7/docs/api/
[ERROR] javadoc: error - Error fetching URL: https://download.oracle.com/javaee/7/api/
This is a new issue for us, and maven-javadoc-plugin 3.0.1 seems to work fine while 3.1.1 gives this error.
I dug in a little and I think the issue is that in 3.0.1 handles proxy username and password :
As far as I can see (and I might be missing something here), 3.1.1 does not :