You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/19 21:26:46 UTC

svn commit: r638997 - in /maven/site/trunk/src/site/apt: guides/mini/guide-maven-classloading.apt plugin-developers/index.apt

Author: bentmann
Date: Wed Mar 19 13:26:43 2008
New Revision: 638997

URL: http://svn.apache.org/viewvc?rev=638997&view=rev
Log:
o Added link to article about Maven's class loading

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt
    maven/site/trunk/src/site/apt/plugin-developers/index.apt

Modified: maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt?rev=638997&r1=638996&r2=638997&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt (original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt Wed Mar 19 13:26:43 2008
@@ -37,9 +37,9 @@
  runtime as required by the system.
 
  After that, each plugin has its own classloader, including its dependencies, itself, and the libraries above.
- It *does not* contain the project dependencies as in Maven 1.x, but instead has access to a list of JAR files in case
+ It <does not> contain the project dependencies as in Maven 1.x, but instead has access to a list of JAR files in case
  they are needed.
 
- In addition, a project can list <<extensions>>. These are loaded into <<<[plexus.maven.core]>>> classloader and
+ In addition, a project can list <extensions>. These are loaded into <<<[plexus.maven.core]>>> classloader and
  so available to the Maven core and all plug-ins for the current project and subsequent projects (in the future,
  we plan to remove it from subsequent projects).

Modified: maven/site/trunk/src/site/apt/plugin-developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugin-developers/index.apt?rev=638997&r1=638996&r2=638997&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugin-developers/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugin-developers/index.apt Wed Mar 19 13:26:43 2008
@@ -24,7 +24,7 @@
 
   * {{{plugin-documenting.html} Documenting your Plugin}} - How to write documentation for your plugins
 
-  * {{{cookbook/index.html} Plugins Cookbook}} - Examples for how to perform common tasks in plugins.
+  * {{{cookbook/index.html} Plugins Cookbook}} - Examples for how to perform common tasks in plugins
 
   []
 
@@ -35,6 +35,8 @@
   * {{{../developers/mojo-api-specification.html} Mojo API and Annotation Reference}}
 
   * {{{../ref/current/index.html} Maven API Reference}}
+
+  * {{{../guides/mini/guide-maven-classloading.html} Maven Class Loading}}
 
   []