Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.26
-
None
Description
Trying to build ManifoldCF, during the first step when we run:
ant make-core-deps
the nuxeo-java-client-3.0.1.jar is not available from the Nuxeo Maven repo.
It seems that they have a problem with that Nexus instance at the moment:
download-via-nuxeo: [get] Getting: https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar [get] To: /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar [get] Error opening connection java.io.IOException: Server returned HTTP response code: 500 for URL: https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar [get] Error opening connection java.io.IOException: Server returned HTTP response code: 500 for URL: https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar [get] Error opening connection java.io.IOException: Server returned HTTP response code: 500 for URL: https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar [get] Can't get https://maven.nuxeo.org/nexus/content/repositories/public-releases/org/nuxeo/client/nuxeo-java-client/3.0.1/nuxeo-java-client-3.0.1.jar to /Users/piergiorgiolucidi/Documents/workspaces/manifoldNew/mcf-trunk-2023/lib/nuxeo-java-client-3.0.1.jar
Anyway I noticed that this Maven dependency is also available in Maven Central at the following URL:
https://mvnrepository.com/artifact/org.nuxeo.client/nuxeo-java-client/3.0.1
So we could just change the URL for downloading this JAR.