On Mon, Jul 12, 2010 at 10:42 AM, Ross McDonald <[email protected]> wrote: > I would like to know if it is possible to only have integration-test execute > when it is specifically requested as a phase. I would like it ignored upon > all subsequent phases like install.
You can't skip a phase of the lifecycle, but if the plugin has a 'skip' parameter you can use that to skip it during normal execution, and then use a profile to have it run only when you want it to. That is, 'integration-test' does not itself 'execute' -- it's a build lifecycle phase in which plugins execute. So try configuring the plugins to do what you want them to. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
