Schneiders, Bernd schrieb:
> Hi,
>
> I've set up an internal repository with Artifactory. Everything is
> working fine.
>
> After modifying the settings.xml, only the internal Artifactory
> repository is listed there (<repositories><repository>...)
>
> But if I build my project, Maven is still downloading dependencies from
> repo1.maven.org. How can I exclude this default repository?
>   
Give your repository an id of "central".
Or define <mirrorOf>*</mirrorOf>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to