cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo 5.6-RC3 artifacts missing from Nuxeo Maven Repository

ron_1
Star Contributor
Star Contributor

I don't see the Nuxeo 5.6-RC3 artifacts in the maven.nuxeo.org Maven Repository. Will these be published in the near future?

1 ACCEPTED ANSWER

Not applicable

Nexus does lazy fetching for its proxy repositories, it won't get an artifact unless it's actually requested.
/> If the artifact is not already cached locally, you won't see it when browsing the repository (but you will see it in the index).

If you need to "directly" download an artifact that is not cached, you can still do so using the maven dependency plugin, e.g.:
/> mvn org.apache.maven.plugins:maven-dependency-plugin:2.5:get -Dartifact=org.nuxeo.ecm.distribution:nuxeo-distribution-tomcat:5.6-RC3:zip:nuxeo-cap -Ddest=nuxeo-distribution-tomcat-5.6-RC3.zip

View answer in original post

5 REPLIES 5

Vincent_Dutat
Confirmed Champ
Confirmed Champ

nuxeo-distribution-cap-5.6-RC3 ZIP is available here

Anahide_Tchertc
Elite Collaborator
Elite Collaborator

Artifacts are synchronized with our internal repository at first retrieval. I checked, 5.6-RC3 artifacts are visible, can you check again on your side?

So it appears the 5.6-RC3 artifacts exist on maven-eu.nuxeo.org but not maven.nuxeo.org. Any thoughts?

Mathieu said

Not applicable

Nexus does lazy fetching for its proxy repositories, it won't get an artifact unless it's actually requested.
/> If the artifact is not already cached locally, you won't see it when browsing the repository (but you will see it in the index).

If you need to "directly" download an artifact that is not cached, you can still do so using the maven dependency plugin, e.g.:
/> mvn org.apache.maven.plugins:maven-dependency-plugin:2.5:get -Dartifact=org.nuxeo.ecm.distribution:nuxeo-distribution-tomcat:5.6-RC3:zip:nuxeo-cap -Ddest=nuxeo-distribution-tomcat-5.6-RC3.zip