Hi guys, I'm trying to deploy to a release nexus repository 2 artifacts with the same GAV but different classifier and packaging using the maven-deploy-plugin. The first one goes well. The problem is that fails when wants to upload or generate the pom for the second artifact because the first artifact uploaded already created it.
Is there a way to add secondary artifacts using this plugin? Thanks, Vic
