Re: Bind Maven Goal Execution to a Lifecycle

2008-10-08 Thread 陈思淼
Maybe you need to define your own life cycle mapping . 2008/10/7 Shelley <[EMAIL PROTECTED]> > Is there any way to bind a goal's execution not only to a lifecycle > *phase*, > but to limit the execution to a specific *lifecycle *as well? > > I would like to bind a goal to the integration-test pha

Bind Maven Goal Execution to a Lifecycle

2008-10-06 Thread Shelley
Is there any way to bind a goal's execution not only to a lifecycle *phase*, but to limit the execution to a specific *lifecycle *as well? I would like to bind a goal to the integration-test phase of the standard build lifecycle, but exclude it from being executed in a forked lifecycle (clover).