Difference between http://repo.jenkins-ci.org/public/ & http://maven.jenkins-ci.org

469 views
Skip to first unread message

Daniel PETISME

unread,
May 21, 2013, 8:43:16 AM5/21/13
to jenkin...@googlegroups.com
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

Ulli Hafner

unread,
May 21, 2013, 9:11:08 AM5/21/13
to jenkin...@googlegroups.com
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>
      <id>public</id>
    </mirror>
  </mirrors>

Ulli
  

--
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 jenkinsci-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Daniel PETISME

unread,
May 21, 2013, 3:02:46 PM5/21/13
to jenkin...@googlegroups.com
Indeed it's a redirection! I check the IPs and they are equals! I've updated my nexus and it worked!

Thank you
Reply all
Reply to author
Forward
0 new messages