Howdy, We have a similar use case (unsolved yet, done manually) in maven-mvnd, where native binaries for various OS es (produced by GraalVM) need to be collected....
Stay tuned. T On Thu, May 2, 2024 at 3:38 AM tison <wander4...@gmail.com> wrote: > 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. >