[ 
https://issues.apache.org/jira/browse/CAMEL-14687?focusedWorklogId=413309&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-413309
 ]

ASF GitHub Bot logged work on CAMEL-14687:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Mar/20 16:03
            Start Date: 31/Mar/20 16:03
    Worklog Time Spent: 10m 
      Work Description: cunningt commented on pull request #3700: CAMEL-14687 
Add camel.javadoc.offline
URL: https://github.com/apache/camel/pull/3700
 
 
   Added a camel.javadoc.offline to support building camel behind a firewall.
   
   [x ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change 
(usually before you start working on it).  Trivial changes like typos do not 
require a JIRA issue.  Your pull request should address just this issue, 
without pulling in other changes.
   [ x] Each commit in the pull request should have a meaningful subject line 
and body.
   [ x] If you're unsure, you can format the pull request title like 
`[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` 
with the appropriate JIRA issue.
   [x ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
   [ x] Run `mvn clean install -Psourcecheck` in your module with source check 
enabled to make sure basic checks pass and there are no checkstyle violations. 
A more thorough check will be performed on your pull request automatically.
   Below are the contribution guidelines:
   https://github.com/apache/camel/blob/master/CONTRIBUTING.md
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 413309)
    Remaining Estimate: 0h
            Time Spent: 10m

> Cannot build camel behind firewall
> ----------------------------------
>
>                 Key: CAMEL-14687
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14687
>             Project: Camel
>          Issue Type: Improvement
>          Components: build system
>            Reporter: Thomas Cunningham
>            Priority: Major
>             Fix For: 3.x
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to