> be named differently based on the profile run. For example, I would like > the "dev" profile to produce myapp-dev.war and the "prod" profile to > produce myapp-prod.war.
You can use <classifier> for this. Note that <finalName> can also work but it only affects the file name in /target -- the artifact installed to your repo will not use the finalName you specify. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org