[jboss-dev] How this got in?
Paul Gier
pgier at redhat.com
Wed Oct 22 09:49:07 EDT 2008
Unfortunately if maven sees a repository defined in one of a project's
dependencies it will add that repository to it's list of where it can
download from.
The only way that I know of to completely avoid this is with the mirror
settings in settings.xml
For example
<mirror>
<id>jboss-repository</id>
<url>http://repository.jboss.org/maven2</url
<http://repository.jboss.org/maven2%3C/url>>
<mirrorOf>*</mirrorOf>
</mirror>
That will tell maven to only use our repository.
Carlo de Wolf wrote:
> Lol. I do have a reference to that repo for apiviz, but that should
> only engage when actually using the apiviz plugin.
> I don't know why ejb3 stuff should come from that repo, are you sure
> this is the correct message?
>
> Carlo
>
> Dimitris Andreadis wrote:
>> While building AS trunk:
>> ...
>> [java] Downloading:
>> http://apiviz.googlecode.com/svn/site/repo/mvn/release/
>> jboss/ejb3/jboss-ejb3-build/1.0.0-Beta5/jboss-ejb3-build-1.0.0-Beta5.pom
>>
>> _______________________________________________
>> jboss-development mailing list
>> jboss-development at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-development
>
More information about the jboss-development
mailing list