Nothing is changed at central (repo1.maven.org). If we would do that, other
people's builds could suddenly stop to build. Also, older builds wouldn't be
able to reproduce.

You should handle this in your local Nexus instance. Either change the order
of the repos there, or add a routing rule so that the ones you want to get
fetched from dev.java.net are not pulled from central.
It's in situations like this you really see the benefit of a repo manager of
your own. You're in control and can fix things.

/Anders

On Wed, Sep 23, 2009 at 21:04, Roland Asmann <[email protected]> wrote:

> Hi all,
>
> I don't know who's responsible, so I hope I'm posting this at the right
> place... I'm switching my company to Nexus, and happened upon a couple of
> problems.
>
> As far as I can see, the reason for this is as follows:
> - Originally I had the 2 dev.java.net repositories in my POM, which made
> Maven
> check those BEFORE it checked repo1.maven.org
> - Nexus advises to set the order of your repositories so that the most
> likely
> one to have a 'hit' be the first in the list --> this would normally be
> repo1.maven.org
>
> Now, since there are a couple of differences between several artifacts, I
> am
> no longer able to build all of my projects!
>
> The question is, should this be changed in repo1.maven.org and who can do
> this? For now, I can just reconfigure Nexus to check dev.java.net first,
> but
> that's not the correct solution.
>
> The artifacts that give me problems are:
> - javax.xml.soap:saaj-api:1.3 (dependency to activation is different)
> - javax.xml.ws:jaxws-api:2.1 (has dependencies in dev.java.net that are
> NOT in
> repo1.maven.org)
>
> Also there are some differences in other artifacts that are no problem to
> the
> build (licenses, repositories), but it might be a good idea to sync those
> as
> well...
>
> So, if I'm not supposed to post this here, I'm sorry --> please direct me
> to
> the right place. Otherwise I hope someone can look into this problem and
> fix
> it!
>
>
> --
> Roland Asmann
>
> CFC Informationssysteme Entwicklungsgesellschaft m.b.H
> Bäckerstrasse 1/2/7
> A-1010 Wien
> FN 266155f, Handelsgericht Wien
>
> Tel.: +43/1/513 88 77 - 27
> Fax.: +43/1/513 88 62
> Email: [email protected]
> Web: www.cfc.at
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to