vinishjail97 commented on issue #486: URL: https://github.com/apache/incubator-xtable/issues/486#issuecomment-2225170735
Staged source releases on dis.apache.org https://dist.apache.org/repos/dist/dev/incubator/xtable/ Created PR for adding release profile and mvn deploy plugins -> https://github.com/apache/incubator-xtable/pull/493 Blocker: Not able to upload the artifacts to https://repository.apache.org **mvn deploy -Prelease -DskipTests -DdeployArtifacts=true** `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) on project xtable: Failed to deploy artifacts: Could not transfer artifact org.apache.xtable:xtable:pom:0.1.0-rc1 from/to apache.releases.https (https://repository.apache.org/service/local/staging/deploy/maven2): status code: 400, reason phrase: Bad Request (400) -> [Help 1]` I have checked my `~/.m2/settings.xml` and ensured my username and password for the nexus repository is populated correctly. ``` <settings> <servers> <server> <id>apache.releases.https</id> <username>$USERNAME</username> <password>$PASSWORD</password> </server> <server> <id>apache.snapshots.https</id> <username>$USERNAME</username> <password>$PASSWORD</password> </server> </servers> </settings> ``` Any help from people who have done releases for incubating projects is appreciated. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org