I think that http://maven.jenkins-ci.org is just redirecting to
http://repo.jenkins-ci.org in order to be backward compatible.
The former URL was valid when we used Nexus as repository manager. Quite some
time ago we switched to Artifactory so now the latter URL should be used only.
Note that the prefix public probably is a group that merges several
repositories into one URL.
I'm using the following snippet to access the artifacts:
<mirrors>
<mirror>
<mirrorOf>*</mirrorOf>
<name>public</name>
<url>http://repo.jenkins-ci.org/public</url>
<id>public</id>
</mirror>
</mirrors>
Ulli
Am 21.05.2013 um 14:43 schrieb Daniel PETISME <[email protected]>:
> Hi guys, I have a maven/repository question
>
> My company nexus is configured to access to http://maven.jenkins-ci.org. I'm
> trying to build a plugin an it's failing due to
> org.netbeans.modules:org-netbeans-insane:jar:RELEASE72
> Indeed the jar isn't there:
> http://maven.jenkins-ci.org/content/repositories/releases/org/netbeans/modules/org-netbeans-insane/RELEASE72/
> But it's there:
> http://repo.jenkins-ci.org/public/org/netbeans/modules/org-netbeans-insane/RELEASE72/
> Be careful to the public because it is not in releases. too
>
> What are the differences between the 2 repositories ? Which one should add
> configure in my Nexus?
>
> In advance thank you
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.