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