-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
I'm trying to deploy both a war and a jar from the same project. The war is the principal artifact of the project, and I've written a shell script that generates the jar. Originally, I deployed the jar from the same script, and both the war and the jar got deployed to the staging repository. However, when I hit "release", only the war (and the pom and sources jar) were copied to the releases repository. After poking around a little, I used the attach-artifact goal of the build-helper-maven-plugin to deploy the jar, and again, both the war and the jar got deployed to the staging repository. However, this time, when I hit "release", only the jar (and the pom and sources jar) were copied to the releases repository.
Do you know how I can get both the war and jar to the releases repository.