kou commented on issue #40760:
URL: https://github.com/apache/arrow/issues/40760#issuecomment-2673781469
I confirmed that we can upload files to repository.apache.org without Maven
by `curl --user "${ASF_USER}:${ASF_PASSWORD}" -X PUT -H 'Content-Type:
application/binary' --data-binary @file
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/arrow/${path}`.
We can use
https://repository.apache.org/content/repositories/staging/org/apache/arrow/
for RC and
https://repository.apache.org/content/groups/public/org/apache/arrow/ for
release.
--
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]