[ http://jira.codehaus.org/browse/MPIR-1?page=all ]

Allan Ramirez moved MNG-1704 to MPIR-1:
---------------------------------------

      Version:     (was: 2.0)
    Component:     (was: maven-project-info-reports-plugin)
     Workflow: jira  (was: Maven)
          Key: MPIR-1  (was: MNG-1704)
      Project: Maven 2.x Project Info Reports Plugin  (was: Maven 2)

> License report ignores proxy settings
> -------------------------------------
>
>          Key: MPIR-1
>          URL: http://jira.codehaus.org/browse/MPIR-1
>      Project: Maven 2.x Project Info Reports Plugin
>         Type: Bug

>     Reporter: Jochen Wiedmann
>     Assignee: Vincent Siveton
>     Priority: Minor
>  Attachments: MNG-1704.patch
>
>
> In LicenseReport.java, the following line is used to read a license from an 
> remote URL:
>                         in = licenseUrl.openStream();
> The proxy settings from settings.xml are ignored completely. Consequently, 
> the "site" target fails, if the user is sitting behind a firewall and must 
> use a proxy server.
> Workaround: Start maven like this
>         mvn -Dhttp.proxyHost=my.proxy.host -Dhttp.proxyPort=3128
> I am ready to supply a patch, if anyone can tell me how to obtain the 
> "Settings" object within a Mojo.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to