You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/01/12 22:48:19 UTC

[2/2] git commit: Complete the list of goals

Updated Branches:
  refs/heads/master bb864ac15 -> 70ddecd64


Complete the list of goals


Project: http://git-wip-us.apache.org/repos/asf/maven-scm/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-scm/commit/70ddecd6
Tree: http://git-wip-us.apache.org/repos/asf/maven-scm/tree/70ddecd6
Diff: http://git-wip-us.apache.org/repos/asf/maven-scm/diff/70ddecd6

Branch: refs/heads/master
Commit: 70ddecd64da6f929f288695b0a83661dc22c3472
Parents: 2169dbd
Author: rfscholte <rf...@apache.org>
Authored: Sat Jan 12 22:46:56 2013 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Sat Jan 12 22:46:56 2013 +0100

----------------------------------------------------------------------
 maven-scm-plugin/src/site/apt/index.apt |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/70ddecd6/maven-scm-plugin/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/maven-scm-plugin/src/site/apt/index.apt b/maven-scm-plugin/src/site/apt/index.apt
index e9d2c80..ad73473 100644
--- a/maven-scm-plugin/src/site/apt/index.apt
+++ b/maven-scm-plugin/src/site/apt/index.apt
@@ -33,7 +33,7 @@ Maven SCM Plugin
 
 * Goals Overview
 
-The SCM Plugin has 16 goals:
+The SCM Plugin has the following goals:
 
  * {{{./add-mojo.html}scm:add}} - command to add file
 
@@ -43,6 +43,8 @@ The SCM Plugin has 16 goals:
 
  * {{{./changelog-mojo.html}scm:changelog}} - command to show the source code revisions
 
+ * {{{./check-local-modification-mojo.html}scm:check-local-modification}} - fail the build if there is any local modifications
+
  * {{{./checkin-mojo.html}scm:checkin}} - command for commiting changes
 
  * {{{./checkout-mojo.html}scm:checkout}} - command for getting the source code
@@ -55,6 +57,8 @@ The SCM Plugin has 16 goals:
 
  * {{{./list-mojo.html}scm:list}} - command for get the list of project files
 
+ * {{{./remove-mojo.html}scm:remove}} - command to mark a set of files for deletion
+
  * {{{./status-mojo.html}scm:status}} - command for showing the scm status of the working copy
 
  * {{{./tag-mojo.html}scm:tag}} - command for tagging a certain revision