You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Baerrach bonDierne (JIRA)" <ji...@codehaus.org> on 2006/12/22 04:22:41 UTC

[jira] Commented: (MJAVADOC-108) proxy support for plugin not complete enough

    [ http://jira.codehaus.org/browse/MJAVADOC-108?page=comments#action_83207 ] 
            
Baerrach bonDierne commented on MJAVADOC-108:
---------------------------------------------

I would have thought this was easy, but since this plugin forks off the javadoc command and there appears to be no way to specify username/password authentication details via properties on the command line, I guess this issue is stuck.

Downloading the java source to see if there is an undocumented feature somewhere.

> proxy support for plugin not complete enough
> --------------------------------------------
>
>                 Key: MJAVADOC-108
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-108
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>            Reporter: Baerrach bonDierne
>
> AbstractJavadocMojo.java supports
> * @parameter expression="${proxyHost}" default-value="${settings.activeProxy.host}"
> * @parameter expression="${proxyPort}" default-value="${settings.activeProxy.port}"
> but does not include the full capabilities of settings.xml
> This needs extending.
> line 981:
> {code:language=java}
>         if ( StringUtils.isNotEmpty( proxyHost ) && proxyPort > 0 )
>         {
>             cmd.createArgument().setValue( "-J-DproxyHost=" + proxyHost );
>             cmd.createArgument().setValue( "-J-DproxyPort=" + proxyPort );
>         }
> {code}

-- 
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