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

[1/2] git commit: rearrange goals in alphabetic order

rearrange goals in alphabetic order


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

Branch: refs/heads/master
Commit: 2169dbd7f31b49d0adba88a2f200b7ed33b117f2
Parents: bb864ac
Author: rfscholte <rf...@apache.org>
Authored: Sat Jan 12 22:25:13 2013 +0100
Committer: rfscholte <rf...@apache.org>
Committed: Sat Jan 12 22:25:13 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/2169dbd7/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 da5a4f5..e9d2c80 100644
--- a/maven-scm-plugin/src/site/apt/index.apt
+++ b/maven-scm-plugin/src/site/apt/index.apt
@@ -35,37 +35,37 @@ Maven SCM Plugin
 
 The SCM Plugin has 16 goals:
 
+ * {{{./add-mojo.html}scm:add}} - command to add file
+
+ * {{{./bootstrap-mojo.html}scm:bootstrap}} - command to checkout and build a project
+
  * {{{./branch-mojo.html}scm:branch}} - branch the project
 
- * {{{./validate-mojo.html}scm:validate}} - validate the scm information in the pom
+ * {{{./changelog-mojo.html}scm:changelog}} - command to show the source code revisions
 
- * {{{./add-mojo.html}scm:add}} - command to add file
+ * {{{./checkin-mojo.html}scm:checkin}} - command for commiting changes
 
- * {{{./unedit-mojo.html}scm:unedit}} - command to stop editing the working copy
+ * {{{./checkout-mojo.html}scm:checkout}} - command for getting the source code
 
- * {{{./export-mojo.html}scm:export}} - command to get a fresh exported copy
+ * {{{./diff-mojo.html}scm:diff}} - command for showing the difference of the working copy with the remote one
 
- * {{{./bootstrap-mojo.html}scm:bootstrap}} - command to checkout and build a project
+ * {{{./edit-mojo.html}scm:edit}} - command for starting edit on the working copy
 
- * {{{./changelog-mojo.html}scm:changelog}} - command to show the source code revisions
+ * {{{./export-mojo.html}scm:export}} - command to get a fresh exported copy
 
  * {{{./list-mojo.html}scm:list}} - command for get the list of project files
 
- * {{{./checkin-mojo.html}scm:checkin}} - command for commiting changes
+ * {{{./status-mojo.html}scm:status}} - command for showing the scm status of the working copy
 
- * {{{./checkout-mojo.html}scm:checkout}} - command for getting the source code
+ * {{{./tag-mojo.html}scm:tag}} - command for tagging a certain revision
 
- * {{{./status-mojo.html}scm:status}} - command for showing the scm status of the working copy
+ * {{{./unedit-mojo.html}scm:unedit}} - command to stop editing the working copy
 
  * {{{./update-mojo.html}scm:update}} - command for updating the working copy with the latest changes
 
- * {{{./diff-mojo.html}scm:diff}} - command for showing the difference of the working copy with the remote one
-
  * {{{./update-subprojects-mojo.html}scm:update-subprojects}} - command for updating all projects in a multi project build
 
- * {{{./edit-mojo.html}scm:edit}} - command for starting edit on the working copy
-
- * {{{./tag-mojo.html}scm:tag}} - command for tagging a certain revision
+ * {{{./validate-mojo.html}scm:validate}} - validate the scm information in the pom
 
  []