Hi devs, I'm trying to deploy Apache OpenDAL with multiple platform artifacts on its Java binding[1].
Using the ASF Parent POM, I freely get a `mvn -P apache-relase deply` target to make the release - that is great! Although, every time when I execute this command, I can only release for one platform (the one the command runs on). I'd like to release for multiple platforms (said at least for (osx, linux) x (x86_64, aarch_64)), but struggling that I can even build them on different machines. I don't know if I can - 1. Deploy multiple times for the same version; 2. Manually merge artifacts and finally upload those artifacts at once. Existing examples like Netty[2] work against the Sonatype repository, while Apache OpenDAL, IIUC, should work against the ASF repository. Looking forward to your help! Best, tison. [1] https://github.com/apache/incubator-opendal/issues/2313 [2] https://netty.io/wiki/releasing-new-version.html