You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Be...@bosch-si.com on 2011/01/21 11:37:19 UTC

ArtifactRepository creation

Hi,

is it intended that non proxy host settings are not evaluated by
LegacyRepositorySystem#injectProxy(List<ArtifactRepository>,
List<Proxy>)" ?

Is there another convenient way to create a fully configured
ArtifactRepository (even when the Mojo doesn't require a project)?

Best regards

Bernd Vogt




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


Re: ArtifactRepository creation

Posted by Bernd Vogt <Be...@bosch-si.com>.
> ArtifactRepositoryFactory.createArtifactRepository(). 

Sometimes, things are so easy. :)

FYI: http://jira.codehaus.org/browse/MNG-4991
-- 
View this message in context: http://maven.40175.n5.nabble.com/ArtifactRepository-creation-tp3351150p3351796.html
Sent from the Maven Developers mailing list archive at Nabble.com.

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


Re: ArtifactRepository creation

Posted by Benjamin Bentmann <be...@udo.edu>.
Bernd Vogt wrote:

> is it intended that non proxy host settings are not evaluated by
> LegacyRepositorySystem#injectProxy(List<ArtifactRepository>,
> List<Proxy>)" ?

No, please fill a bug at http://jira.codehaus.org/browse/MNG

> Is there another convenient way to create a fully configured
> ArtifactRepository (even when the Mojo doesn't require a project)?

ArtifactRepositoryFactory.createArtifactRepository().


Benjamin

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