> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Carlos Sanchez > Sent: mardi 28 novembre 2006 23:20 > To: Maven Developers List > Subject: Re: How to handle different tool versions in Maven plugins? > > waht about having 2.x branch for clover 1 and make 3.x for clover 2 ?
Yes I thought about that and this would definitely be my preference. I wasn't sure if we wanted to align plugin versions with Maven core versions and keep the 3.x versions for Maven 3.x ;-) If it's ok to use 3.x versions in a plugin for Maven 2.x then this is probably the best solution. Thanks -Vincent > On 11/28/06, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi, > > > > As you may have seen Clover2 is going to be out soon and I was > thinking > > about how we would go about adding support for it. We already have a > Clover1 > > plugin. Although this is about Clover it's really a general strategy > that we > > may want to have for all other tools. > > > > I can see the following options: > > > > * option 1: make the next version of the clover plugin use clover2. > In > > essence this means we won't support anymore clover1. > > * option 2: add a flag to choose the clover version to use in the > plugin. > > Possible but too messy I think. > > * option 3: create a maven-clover2-plugin plugin for clover2. Issue: > need to > > sort out duplicated code by creating a third module for common code. > > > > WDYT? Are there other options? > > > > Thanks > > -Vincent > > > > > > > > > > > > > > > > > > > > > _______________________________________________________________________ > ____ > > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos > questions ! > > Profitez des connaissances, des opinions et des expériences des > internautes sur Yahoo! Questions/Réponses > > http://fr.answers.yahoo.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > I could give you my word as a Spaniard. > No good. I've known too many Spaniards. > -- The Princess Bride > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
