You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ni...@arsoe-trelaze.com on 2004/11/18 16:07:09 UTC

Réf. : maven cvs commit goal?

What you want is the ant:cvs task. Example for checkout in the scm plugin 
it is done with :

    <ant:cvs command="checkout ${maven.scm.cvs.checkout.flags}"
      quiet="${maven.scm.cvs.quiet}"
      cvsRsh="${maven.scm.cvs.rsh}"
      cvsRoot="${maven.scm.cvs.root}"
      dest="${maven.scm.checkout.dir}"
      package="${maven.scm.cvs.module}"
      tag="${maven.scm.cvs.sticky.tag}"
      failonerror="true"
      />

Nicolas,




erdem kilic <er...@gmail.com>
18/11/2004 15:59
Veuillez répondre à "Maven Users List"

 
        Pour :  Maven Users List <us...@maven.apache.org>
        cc : 
        Objet : maven cvs commit goal?


Hi,
I want to cvs commit with maven..
is there a goal for this job?

Thank you very much..
Erdem

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org