You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/10/27 16:13:54 UTC

git commit: added links to maven-scm-plugin and maven-scm-client

Updated Branches:
  refs/heads/master 751a9d147 -> b0468a6a2


added links to maven-scm-plugin and maven-scm-client

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

Branch: refs/heads/master
Commit: b0468a6a2f6aceb97c1bf9b6af1f2ce1d657ddc3
Parents: 751a9d1
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Oct 27 16:10:48 2013 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Oct 27 16:10:48 2013 +0100

----------------------------------------------------------------------
 src/site/apt/index.apt | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-scm/blob/b0468a6a/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index babbd9f..2d59407 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -3,7 +3,7 @@
  ------
  Wim Deblauwe
  ------
- 2005-12-01
+ 2013-10-27
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -34,3 +34,9 @@ Maven SCM
   by providing them with {{{./maven-scm-api/apidocs}a common API}} for doing SCM operations. You can look at
   {{{./scms-overview.html}the list of SCM's}} for more information on using
   Maven SCM with your favorite SCM tool.
+
+  In addition, Maven SCM provides 2 tools to directly use it:
+
+  * {{{./maven-scm-plugin}<<<maven-scm-plugin>>>}}: a Maven plugin, where each SCM command is implemented as a plugin goal,
+
+  * {{{./maven-scm-client}<<<maven-scm-client>>>}}: a simple SCM command line tool.