I just use a profile for each environment, and then provide properties for each env in the profile, and filter my configuration files etc during the build so the proper settings are placed in each config file during the filter step. Then I run "mvn package -P {environment}" to build the proper package for the target environment.
What kind of "suggestions" are you looking for exactly? Wayne On 5/24/06, Dan Adams <[EMAIL PROTECTED]> wrote:
I'm interested in knowing how people normally set up their filters for a web app. I need deploy multiple versions. one for testing normally in jetty, one for a staging server, and one for a live server. Any suggestions or places to read up on it? -- Dan Adams Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- 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]