Re: Multiple goals per phase

2011-11-18 Thread Oliver Stewart
er-maven-plugin into > two plugins, one for starting and for stopping. that gives you at > least a "readable" pom. > > - Kristian > > On Sat, Nov 19, 2011 at 1:33 AM, Oliver Stewart > wrote: > > Hello. We are trying to perform automated integration testing

Multiple goals per phase

2011-11-18 Thread Oliver Stewart
Hello. We are trying to perform automated integration testing in our Maven build. We have our webapp starting via the Cargo plugin in the pre-integration-test phase, then stopping in the post-integration-test phase. This seems like a straightforward application of the Maven lifecycle. Because o