You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Fredrik Alströmer <ro...@excu.se> on 2008/08/26 12:03:15 UTC

Managing repositories.

Hi!

I'm trying to figure out if there's a way to control which repository
is searched for what artifact. Is there a way, for example, to fetch
everything from the central maven repository, except for all groupIds
that match the pattern org.example.*? I googled a little, which turned
up a 'repository manager' called nexus, is that something you would
suggest for this kind of scenario, or is there a way to do this
directly?

Thanks,
Fredrik.

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


Re: Managing repositories.

Posted by Martijn Dashorst <ma...@gmail.com>.
On Tue, Aug 26, 2008 at 12:55 PM, Brett Porter <br...@gmail.com> wrote:
> This is certainly a situation for a repository manager such as
> Archiva, Nexus, or Artifactory (not sure if this one has group Id
> filtering like the others, but it may). For more information:
> http://maven.apache.org/repository-management.html

Artifactory has that ability.

Martijn

-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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


Re: Managing repositories.

Posted by Brett Porter <br...@gmail.com>.
There's not currently a way to do this directly - the only such
control you have is described here:
http://maven.apache.org/guides/mini/guide-mirror-settings.html

This is certainly a situation for a repository manager such as
Archiva, Nexus, or Artifactory (not sure if this one has group Id
filtering like the others, but it may). For more information:
http://maven.apache.org/repository-management.html

Cheers,
Brett

2008/8/26 Fredrik Alströmer <ro...@excu.se>:
> Hi!
>
> I'm trying to figure out if there's a way to control which repository
> is searched for what artifact. Is there a way, for example, to fetch
> everything from the central maven repository, except for all groupIds
> that match the pattern org.example.*? I googled a little, which turned
> up a 'repository manager' called nexus, is that something you would
> suggest for this kind of scenario, or is there a way to do this
> directly?
>
> Thanks,
> Fredrik.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>



-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

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