Upload multiple artifacts to nexus release repoository

Hare Krshn

Hello.,

I have 4 files generated using linux compiler., please share the way on how to upload these 4 files to maven nexus repository (not based on SNAPSHOT).

Below is an example, i want to be able to publish these 4 files into one version “11.0.8” and single pom.xml for 4 files.

a. acme1-32.zip (groupID= com.acme, artifactid=acme,version=11.0.8,classifier = acme1-64)

b. acme1-64.zip (groupID= com.acme, artifactid=acme,version=11.0.8,classifier = acme1-32)

c. acme2-32.zip (groupID= com.acme, artifactid=acme,version=11.0.8,classifier = acme2-32)

d. acme2-64.zip (groupID= com.acme, artifactid=acme,version=11.0.8,classifier = acme2-64)

Please share the information on how to automate to publish the same.