diff --git a/scm/plugin.jelly b/scm/plugin.jelly index 2fffd0d9..ff58c835 100644 --- a/scm/plugin.jelly +++ b/scm/plugin.jelly @@ -239,6 +239,19 @@ failonerror="true" /> + + + + + + + + diff --git a/scm/project.xml b/scm/project.xml index b771a81a..91221922 100644 --- a/scm/project.xml +++ b/scm/project.xml @@ -22,7 +22,7 @@ ../plugin-parent/project.xml maven-scm-plugin Maven Source Control Management Plug-in - 1.3 + 1.4-SNAPSHOT A plugin for SCM tasks, currently CVS. SCM Plugin for Maven. Requires Maven 1.0 RC2. http://maven.apache.org/reference/plugins/scm/ diff --git a/scm/xdocs/properties.xml b/scm/xdocs/properties.xml index da07fb3c..cbbe214a 100644 --- a/scm/xdocs/properties.xml +++ b/scm/xdocs/properties.xml @@ -83,7 +83,12 @@ maven.scm.cvs.root Yes -

Default value is taken from CVSROOT in the environment.

+

+ Default value is taken from CVSROOT in the environment. + If you have a valid Maven project descriptor and the repository + element is using CVS, you can set this property to + ${pom.repository.cvsRoot} +

@@ -133,6 +138,13 @@

Default value is taken from CVS_RSH in the environment.

+ + maven.scm.cvs.tag/td> + Yes + +

Used as the tag for the cvs-tag-project goal.

+ +