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 2011/07/13 23:19:25 UTC

svn commit: r1146486 - in /maven/site/trunk/src/site/apt/guides/development: guide-building-m2.apt guide-m2-development.apt

Author: hboutemy
Date: Wed Jul 13 21:19:24 2011
New Revision: 1146486

URL: http://svn.apache.org/viewvc?rev=1146486&view=rev
Log:
added core ITs link

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

Modified: maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt?rev=1146486&r1=1146485&r2=1146486&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-building-m2.apt Wed Jul 13 21:19:24 2011
@@ -84,31 +84,33 @@ svn: Can't open file 'XXX': The system c
 
   Other modules you might be interested in related to Maven development are:
 
-    * <<<plugins/trunk>>> - The sources of the Maven plugins. These can be individually installed, or built together.
+    * <<<core-integration-testing/trunk>>> - {{{/core-its/}Maven Core Integration Tests}}, to deeply test your Maven build.
 
-    * <<<plugin-tools/trunk>>> - Set of tools for Maven plugins like test harness.
+    * <<<plugins/trunk>>> - The sources of the {{{/plugins/}Maven plugins}}. These can be individually installed, or built together.
+
+    * <<<plugin-tools/trunk>>> - {{{/plugin-tools/}Set of tools for Maven plugins}} like test harness.
 
     * <<<release/trunk>>> - Release manager and plugin.
 
     * <<<site/trunk>>> - The Maven website.
 
-    * <<<skins/trunk>>> - Skins for generated site used by site plugin.
+    * <<<skins/trunk>>> - {{{/skins/}Skins}} for generated site used by site plugin.
 
     * Some Maven sub projects
 
-      * <<<wagon/trunk>>> - Maven Wagon, used by the artifact code and others for providing the transport layer to
+      * <<<wagon/trunk>>> - {{{/wagon/}Maven Wagon}}, used by the artifact code and others for providing the transport layer to
         get and put artifacts in a repository.
 
-      * <<<scm/trunk>>> - Maven SCM, a generic API to communicate with various different SCM providers, used by
+      * <<<scm/trunk>>> - {{{/scm/}Maven SCM}}, a generic API to communicate with various different SCM providers, used by
         Continuum and the release and SCM plugins.
 
-      * <<<doxia/trunk>>> - The Doxia site generation library used by several report plugins and site plugin.
+      * <<<doxia/trunk>>> - The {{{/doxia/}Doxia}} site generation library used by several report plugins and site plugin.
 
-      * <<<surefire/trunk>>> - The Surefire test runner.
+      * <<<surefire/trunk>>> - The {{/surefire/}Surefire}} test runner.
 
       []
 
-    * <<<shared/trunk>>> - Collection of shared libraries like file/path handling.
+    * <<<shared/trunk>>> - {{{/shared/}Collection of shared libraries}} like file/path handling.
 
     * <<<sandbox/trunk>>> - Sandbox codes.
 

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=1146486&r1=1146485&r2=1146486&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 Wed Jul 13 21:19:24 2011
@@ -28,10 +28,10 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Developing Maven 2
+Developing Maven
 
- This document describes how to get started into developing Maven 2 itself. There is a separate page describing how
- to {{{./guide-building-m2.html}building Maven 2}}.
+ This document describes how to get started into developing Maven itself. There is a separate page describing how
+ to {{{./guide-building-m2.html}building Maven}}.
 
 * Finding some work to do
 
@@ -133,13 +133,13 @@ And remember, your contributions are alw
 
 * Related Projects
 
- Maven 2 has a few dependencies on other projects.
+ Maven has a few dependencies on other projects.
 
  * <<Plexus>>
 
  Plexus is a full-fledged container supporting different kinds of component lifecycles. It's native lifecycle
  is like any other modern IoC container, using field injection of both requirements and configuration. All
- core Maven 2 functionality are Plexus components.
+ core Maven functionality are Plexus components.
 
  You can {{{http://plexus.codehaus.org}read more about Plexus}}.