Hi, I found the other thread talks about nexus-staging-plugin and it's deprecated.
In Apache OpenDAL, we're currently relying on nexus-staging-plugin for merging staged classifiers (i.e., JARs with native library on different platforms) and deploy. We wrote [1] and [2] for doing so, and IIRC I spent a few days but fail to find the way achieve this in maven-deploy-plugin. [1] https://github.com/apache/opendal/blob/v0.45.1/.github/workflows/release_java.yml [2] https://github.com/apache/opendal/blob/v0.45.1/scripts/merge_local_staging.py Did you ever encounter this case? Is there any reference? Best, tison.