> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to