Re: lifecycle configuration

2006-04-11 Thread Brett Porter
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

Re: lifecycle configuration

2006-04-11 Thread Andreas Rudolf
://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]

Re: lifecycle configuration

2006-04-08 Thread Brett Porter
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

lifecycle configuration

2006-04-07 Thread Andreas Rudolf
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

Simpler Lifecycle Configuration?

2006-01-18 Thread Ole Ersoy
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.