I have three profiles in my pom.xml for our application...
1-dev (for use on a developer's) 2-qa (for use on our internal qa server) 3-prod (production).
When we run our maven build all three profiles ouput a war file with the same name. I would like to output $profilename-somearbitraryname.war
Any ideas?