Piergiorgio Lucidi created CONNECTORS-1750:
----------------------------------------------
Summary: Build broken due to the Nuxeo Maven repo not available
Key: CONNECTORS-1750
URL: https://issues.apache.org/jira/browse/CONNECTORS-1750
Project: ManifoldCF
Issue Type: Bug
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
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:
{noformat}
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{noformat}
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)