08-21-2012 04:37 PM
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?
08-23-2012 10:35 AM
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
08-21-2012 06:16 PM
nuxeo-distribution-cap-5.6-RC3 ZIP is available here
08-22-2012 10:39 AM
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?
08-22-2012 02:04 PM
So it appears the 5.6-RC3 artifacts exist on maven-eu.nuxeo.org but not maven.nuxeo.org. Any thoughts?
08-22-2012 02:28 PM
Mathieu said
08-23-2012 10:35 AM
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
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.