+1

Couldn't we also move(/copy :-( ) the changelog:create-cvspass" to the scm plug-in.

I think that functionally the create-cvspass is more a scm related function even if it 
is used for changelog

We could move the changelog:create-cvspass code to scm:create-cvspass and then keep 
the changelog:create-cvspass with an attainGoal to keep the compatibility ?


Arnaud.

> -----Message d'origine-----
> De : Brett Porter [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 25 mai 2004 06:49
> À : 'Maven Developers List'
> Objet : RE: [scm] Adding a cvs tag goal
> 
> 
> Go for it
> 
> > -----Original Message-----
> > From: Dion Gillard [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, 25 May 2004 2:38 PM
> > To: Maven Developers List
> > Subject: [scm] Adding a cvs tag goal
> > 
> > 
> > I'd like to add the following goal to the scm plugin:
> > 
> >   
> > <!--==========================================================
> > ========-->
> >   <!-- Tag - CVS                                              
> >           -->
> >   
> > <!--==========================================================
> > ========-->
> >   <goal name="scm:cvs-tag-project">
> >     <ant:cvs command="tag -F ${maven.scm.cvs.tag}"
> >       quiet="${maven.scm.cvs.quiet}"
> >       cvsRsh="${maven.scm.cvs.rsh}"
> >       cvsRoot="${maven.scm.cvs.root}"
> >       failonerror="true"
> >     />
> >   </goal>
> > 
> > Does anyone object?
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to