On Thu, Jun 25, 2009 at 7:41 AM, aldana<[email protected]> wrote: > I am controlling running integration-tests by setting a property > skip.integration.test (easier as setting up an integration test profile). > > problem is that I also want to skip the pre-integration and post-integration > phase for that (jetty start/stop plugin runs under this phases). > unfortunately jetty plugin does not offer a skip parameter itself. >
You can't skip phases, but you can put the Jetty plugin executions into a profile, and activate that with a property. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
