> What is the best way to build production web archive in maven project ?
> Should I use a profile in pom.xml
> or externalize the process with ant's build.xml file to manage multiple 
> production (hostname, config) version, with
> the results of maven build/package ?

Externalize your configuration and build one single master WAR that is
deployed to all environments without changes.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to