aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Many Maven repositories in pom.xml or settings.xml mirrors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Many Maven repositories in pom.xml or settings.xml mirrors" Watch "Many Maven repositories in pom.xml or settings.xml mirrors" New topic
Author

Many Maven repositories in pom.xml or settings.xml mirrors

Pierre Le Roux
Greenhorn

Joined: Feb 09, 2012
Posts: 2
Hello,

I would like to declare repositories in pom.xml or mirrors in settings.xml.

My aim is to retrieve some artifact from maven central and some others from oss sonatype public.

for this i declared 2 repositories :
* either in my pom like this

* either in my settings.xml like this :


I would like Maven to do this process :
if the package doesn't exist on the first repository, it tries to find it on the second one.

Is there a way to do it without using a custom repository such as Archiva or nexus ?

Thanks for you help.
Pierre Le Roux
Greenhorn

Joined: Feb 09, 2012
Posts: 2
OK.

There's no problem for those who use Maven 2.2.1 but problem appears since Maven 3.

I just created a bug on http://jira.codehaus.org/browse/MNG-5241
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5575

That's good to know. I always expected the repositories to be searched in the order in which they appear.


JBoss In Action
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Many Maven repositories in pom.xml or settings.xml mirrors
 
Similar Threads
Maven Local repository Vs nexus
Build project from the Local Repository instead of Remote Repository
Why is Eclipse/Maven project not picking up the values from settings.xml?
Maven - plugin downoading problem
(RESOLVED) Re: Could not find repository