phase.
>
> Is there no way to set the configuration especially for test phase only, or
> is it a bug?
>
> Regards
> Andreas
> --
> View this message in context:
> http://www.nabble.com/lifecycle-configuration-t1411902.html#a385822
://www.nabble.com/lifecycle-configuration-t1411902.html#a3858227
Sent from the Maven - Dev forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Leave out the executions on the test phase. See the cobertura plugin
instead - its closer to EMMA (I believe).
- Brett
Andreas Rudolf wrote:
> Hi,
>
> I develop a plugin for emma and have a question about lifecycle
> configuration.
>
> I setup a custom lifecycle "emma
Hi,
I develop a plugin for emma and have a question about lifecycle
configuration.
I setup a custom lifecycle "emma" (just like the clover plugin).
Here is it:
emma
process-classes
Hi,
I posted this as a comment on:
http://jira.codehaus.org/browse/MNG-1649
but figured I'd air it out here as well to see if it's
sounds reasonable.
I've been reading through all the maven 2
documentation to understand how I can:
Use Case A) Define a new archetype and give it its own
lifecycle.