From 55ffa4f7e0931a52b936d3bb54b2f70047c8a89c Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 26 May 2004 23:46:03 +0000 Subject: [PATCH] Document changes. Remove old documentation that isn't being kept up git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115406 13f79535-47bb-0310-9956-ffa450edef68 --- scm/xdocs/changes.xml | 3 + scm/xdocs/navigation.xml | 3 - scm/xdocs/releases/v1.0/changes.xml | 33 ------ scm/xdocs/releases/v1.0/goals.xml | 60 ----------- scm/xdocs/releases/v1.0/index.xml | 44 -------- scm/xdocs/releases/v1.0/navigation.xml | 35 ------- scm/xdocs/releases/v1.0/properties.xml | 140 ------------------------- 7 files changed, 3 insertions(+), 315 deletions(-) delete mode 100644 scm/xdocs/releases/v1.0/changes.xml delete mode 100644 scm/xdocs/releases/v1.0/goals.xml delete mode 100644 scm/xdocs/releases/v1.0/index.xml delete mode 100644 scm/xdocs/releases/v1.0/navigation.xml delete mode 100644 scm/xdocs/releases/v1.0/properties.xml diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml index b3d2bc40..36046dce 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -24,6 +24,9 @@ Brett Porter + + Add scm:cvs-tag-project goal + Don't use -C - Mac OS X doesn't recognise it diff --git a/scm/xdocs/navigation.xml b/scm/xdocs/navigation.xml index 3465e9bc..e8490b89 100644 --- a/scm/xdocs/navigation.xml +++ b/scm/xdocs/navigation.xml @@ -31,8 +31,5 @@ - - - diff --git a/scm/xdocs/releases/v1.0/changes.xml b/scm/xdocs/releases/v1.0/changes.xml deleted file mode 100644 index 563c3914..00000000 --- a/scm/xdocs/releases/v1.0/changes.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - Changes - Brett Porter - - - - - - Initial creation - support for CVS. - - - - diff --git a/scm/xdocs/releases/v1.0/goals.xml b/scm/xdocs/releases/v1.0/goals.xml deleted file mode 100644 index fb18a260..00000000 --- a/scm/xdocs/releases/v1.0/goals.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - Maven Source Control Management Plug-in Goals - - - - - scm:bootstrap-project - Bootstrap a project from SCM - - - scm:checkout-project - Checkout a project - - - scm:update-project - Update a project from SCM - - - scm:prepare-release - - Prepare a project for release from SCM. This checks all - changes are committed, and prompts for a tag and version - name to release the project with. It will update project.xml locally - and in the SCM system, as well as tagging the SCM as requested. - - - - scm:perform-release - - This task checks out the project from SCM at any location, from the - tag requested. It then builds a clean version of the code and deploys - it to the remote repository. - You can automate this using the appropriate properties, but for any - that are not provided you will be prompted for them. - - - - - diff --git a/scm/xdocs/releases/v1.0/index.xml b/scm/xdocs/releases/v1.0/index.xml deleted file mode 100644 index 2f710ffe..00000000 --- a/scm/xdocs/releases/v1.0/index.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - Maven SCM Plugin - Brett Porter - - - -
-

- A plugin for SCM tasks, currently CVS. -

-

- For more information on the functionality provided by this plugin, - please see the Goals document. -

-

- For more information on how to customise the functionality provided - by this plugin, please see the properties - document. -

-
- -
- diff --git a/scm/xdocs/releases/v1.0/navigation.xml b/scm/xdocs/releases/v1.0/navigation.xml deleted file mode 100644 index 21958029..00000000 --- a/scm/xdocs/releases/v1.0/navigation.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - Maven Source Control Management Plug-in - - - - - - - - - - - - - \ No newline at end of file diff --git a/scm/xdocs/releases/v1.0/properties.xml b/scm/xdocs/releases/v1.0/properties.xml deleted file mode 100644 index da07fb3c..00000000 --- a/scm/xdocs/releases/v1.0/properties.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - Maven Source Control Management Plug-in Properties - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyOptional?Description
maven.scm.methodYes -

Default value is - cvs.

-
maven.scm.checkout.dirYes -

Default value is - ${basedir}/checkouts.

-
maven.scm.check.taggedYes -

When true, you will be asked for confirmation if - you are attempting to release from HEAD. - Default value is true.

-
maven.scm.bootstrap.goalsNo -

Goals to call on the checked out project.

-
maven.scm.bootstrap.pom.dirYes -

Where to find project.xml in the checked out project.

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyOptional?Description
maven.scm.cvs.rootYes -

Default value is taken from CVSROOT in the environment.

-
maven.scm.cvs.update.flagsYes -

Default value is - -Pd. Note that any environment settings - (eg .cvsrc) will also affect this.

-
maven.scm.cvs.moduleNo -

The CVS module to checkout

-
maven.scm.cvs.sticky.tagYes -

Sticky tag to use when checking out or updating. Default is none.

-
maven.scm.cvs.quietYes -

Default value is - true.

-
maven.scm.cvs.checkout.flagsYes -

Default value is - -P. Note that any environment settings - (eg .cvsrc) will also affect this.

-
maven.scm.cvs.rshYes -

Default value is taken from CVS_RSH in the environment.

-
-
-
- -