Also, As I see, the incubator opendal project is not yet set up (onboarded) on repository.apache.org (may be wrong, though). So best bet is to ask #infra on Slack or create infra issue https://issues.apache.org/jira/projects/INFRA/issues
Thanks T On Wed, May 24, 2023 at 8:03 AM Tamás Cservenák <ta...@cservenak.net> wrote: > Howdy, > > The Maven deploy failure happened as the remote end (ASF Nexus) responded > with HTTP 500 "Server error". > Please ask infra what happened (was there some known issue to service) or > alike. > > Maven cannot do anything in these cases, this is out of it's reach, and as > the server said "I have a bad day", all it can do is back out from it (and > fail the deploy). > > Thanks > Tamas > > On Wed, May 24, 2023 at 7:48 AM tison <wander4...@gmail.com> wrote: > >> Hi, >> >> https://github.com/apache/incubator-opendal/pull/2301 Here is the branch >> I'm testing for deploying a snapshot Maven artifact with apache parent pom >> for an incubating project. >> >> When I run it locally by `mvn -X -P apache-release clean deploy`, it fails >> in the uploading step with log[1]. >> >> It seems the 500 error and DEBUG LOG "Downloading from >> apache.snapshots.https: >> >> https://repository.apache.org/content/repositories/snapshots/org/apache/opendal/opendal-java/0.1.0-SNAPSHOT/maven-metadata.xml >> [DEBUG] Could not find metadata >> org.apache.opendal:opendal-java:0.1.0-SNAPSHOT/maven-metadata.xml in >> apache.snapshots.https ( >> https://repository.apache.org/content/repositories/snapshots)" can be >> relevant. >> >> I don't find some instructions on deploying a snapshot, though. >> >> N.B. I first ask in the MPOM project and link the logs there, I don't >> inline those lines here. I browse all the mailing list and found that >> users@ >> has only announcements and other mailing list seems unrelated to this >> question also. >> >> Best, >> tison. >> >> [1] https://issues.apache.org/jira/browse/MPOM-418 >> >