> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mardi 11 juillet 2006 03:22 > To: Maven Developers List > Subject: Re: General issue with clover plugin requiring creative > thinking... > > Isn't the problem that the clovered part is meant to be a separate, > forked, lifecycle - but the PMD goals (etc) are still bound when they > are only wanted on the main lifecycle?
Yes that's the problem. But is there a way to go around this in Maven 2.0.x? :-) Is there a way I could exclude some plugins from running from within the clover plugin? One solution would be to create a profile for the main lifecycle and another one for the clover lifecycle but that's not very handy for end users I think. I'll try experimenting with this later on but I think it would only be a hack and not a proper solution. Is there anything better I could do? Thanks -Vincent > - Brett > > On 11/07/2006 6:33 AM, Mike Perham wrote: > > I think Maven 2.1 needs to differentiate between the original project > > sources and "currently effective" generated sources. Report plugins act > > on the former, build plugins on the latter. I don't know that it is > > possible to solve this problem in 2.0.x. > > > > -----Original Message----- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 10, 2006 3:17 PM > > To: 'Maven Developers List' > > Subject: RE: General issue with clover plugin requiring creative > > thinking... > > > > Well that's the other way of doing it. But then how do you tell other > > plugins (like compile, jar, install, deploy, cargo, etc) that they > > should > > act on clovered sources and not on standard sources? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > -- > Apache Maven - http://maven.apache.org/ > Better Builds with Maven - http://library.mergere.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________________________ Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. http://fr.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
