On Wed, Oct 19, 2011 at 8:01 PM, Olivier Lamy <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to