You can run a single goal with mvn plugin-name:goal-name However if you've got a phase that has multiple goals bound to it, then I don't know any way to run all those goals but not the goals bound to earlier phases.
Regards, Simon On Thu, 2006-08-03 at 16:56 +0800, Maria Odea Ching wrote: > Hi Mark, > > I don't think there's a workaround for this. The previous life cycle > phases are always executed :) > > Thanks, > Odea > > Mark Hansen wrote: > > > When I do "mvn integration-test" - all the previous lifecycles phases > > (e.g., validate, compile, test, etc.) are executed first. Is there a > > workaround that I can use to only run the integration-test lifecycle > > phase - without all the precursor phases getting invoked? > > > > Thanks, > > > > Mark > > > > --------------------------------------------------------------------- > > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
