From 8f273d889fa44592036744459496ea7df624f9d1 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 26 May 2004 16:10:52 +0000 Subject: [PATCH] Add scm:cvs-tag-project goal. It seems scm product specific goals are not to be documented. Add docs on the property added. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115405 13f79535-47bb-0310-9956-ffa450edef68 --- scm/plugin.jelly | 13 +++++++++++++ scm/project.xml | 2 +- scm/xdocs/properties.xml | 14 +++++++++++++- 3 files changed, 27 insertions(+), 2 deletions(-) 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.

+ +