Want to add a classifier/suffix to a war artifact from the POM using a profile

2008-06-13 Thread Blake Martin
The command I'm using to deploy my plugins is: mvn clean deploy I'm currently generating two war files from the same plugin, but when they're installed or deployed, they're always named ${artifact}-${version}.war I'd like to either specify something in a build profile in my POM (preferred) or

Re: Want to add a classifier/suffix to a war artifact from the POM using a profile

2008-06-13 Thread Wendy Smoak
On Fri, Jun 13, 2008 at 7:08 AM, Blake Martin [EMAIL PROTECTED] wrote: I'd like to either specify something in a build profile in my POM (preferred) or something in on the command line (also acceptable) that will cause my artifacts to be named ${artifact}-${version}-${suffix1}.war

Re: Want to add a classifier/suffix to a war artifact from the POM using a profile

2008-06-13 Thread Blake Martin
Wendy, thank you very much! Actually, with my current version of the war plugin and your suggestion, the install and deploy phases perform exactly what I want them to... I don't need a workaround anymore. I looked at the results of the install and deploy phases and the artifact is named with the