I'm not quite sure what your question is. Are you looking for the Wagon 
Javadocs [1], or an explanation of how to set the proxy info (just below the 
snippet you gave in the source code), or the maven 3.x comment (not sure it 
matters due to backwards compat...)

- Brett

[1]http://maven.apache.org/wagon/apidocs/index.html

On 13/12/2011, at 8:50 AM, Barrie Treloar wrote:

> On Wed, Oct 19, 2011 at 8:01 PM, Olivier Lamy <ol...@apache.org> wrote:
>> Hello,
>> You must use wagon for that and setup a wagon instance with various
>> informations from settings.
>> As a sample you can have a look atproject-info-reports plugin
>> 
>> http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/RepositoryUtils.java
> 
> Well, its a long tomorrow :)
> 
> Here's my next road block.
> 
> The example file has this in it:
>            // FIXME when upgrading to maven 3.x : this must be changed.
>            AuthenticationInfo auth =
> wagonManager.getAuthenticationInfo( repo.getId() );
> 
> I'm behind a firewall so I probably care about the method
>  Wagon.connect(Repository source, AuthenticationInfo
> authenticationInfo, ProxyInfo proxyInfo)
> 
> But http://maven.apache.org/wagon/ doesn't have any docs.
> Am I just missing the obvious?
> 
> Cheers.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 

--
Brett Porter
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter
http://twitter.com/brettporter






---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to