kou commented on pull request #11669:
URL: https://github.com/apache/arrow/pull/11669#issuecomment-965860542
I confirmed that the following can upload an artifact to the staging:
```bash
mvn \
deploy:deploy-file \
-Dfile=arrow-algorithm-6.0.1.jar \
-DpomFile=arrow-algorithm-6.0.1.pom \
-Durl=https://repository.apache.org/service/local/staging/deploy/maven2 \
-DrepositoryId=apache.releases.https
```
Do you know how to verify artifacts on the staging.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]