jbonofre commented on issue #40760: URL: https://github.com/apache/arrow/issues/40760#issuecomment-2017332006
At Karaf (like most of other Apache projects) we are using both: - as required by ASF policy, we upload the source distributions to dist.apache.org (that's the only requirement from ASF), as you can see on https://dist.apache.org/repos/dist/release/karaf/ - for convenience, other "binary" files are uploaded to Nexus, as you can see on https://repo1.maven.org/maven2/org/apache/karaf/ (we also duplicate the source distributions here for convenience even if it's not strictly required We do almost the same in Arrow: the source distributions are on dist (https://dist.apache.org/repos/dist/release/arrow/). By the way, as dist.apache.org artifacts are automatically copy to archives.apache.org, dist.apache.org should only content only the latest releases (for instance 15.0.0 and 15.0.1, etc should be deleted from dist.apache.org). -- 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]
