You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/12/11 18:30:26 UTC

svn commit: r1213028 - /maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt

Author: olamy
Date: Sun Dec 11 17:30:26 2011
New Revision: 1213028

URL: http://svn.apache.org/viewvc?rev=1213028&view=rev
Log:
add links

Modified:
    maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt

Modified: maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt?rev=1213028&r1=1213027&r2=1213028&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt Sun Dec 11 17:30:26 2011
@@ -223,11 +223,15 @@ And remember, your contributions are alw
  Maven SCM (Source Control Management) is an reusable API which is independent of Maven itself and it is used by the
  SCM related Maven Plugins. The core part of Maven itself doesn't depend on Maven SCM.
 
+ You can {{{http://maven.apache.org/scm/}read more about Scm}}.
+
 ** Maven Wagon
 
  Maven Wagon is also a standalone API that deals with transporting files and directories. Maven Core uses the Wagon
  API to download and upload artifacts and artifact metadata and the site plug-in uses it to publish the site.
 
+ You can {{{http://maven.apache.org/wagon/}read more about Wagon}}.
+
 * {Further Links}
 
   * {{{../../developers/conventions/code.html}Maven Code Style And Code Convention}}