You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dion Gillard <di...@gmail.com> on 2004/05/25 06:37:59 UTC

[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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org