Hello Wayne, Thanks for the reply.
Le 15 nov. 2011 à 20:36, Wayne Fay <[email protected]> a écrit : >> 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. Is there a recommanded way to manage the lifecycle of this external config process Associated To Maven project version (create a parent/module project)? Edo > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
