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 2009/02/23 23:20:01 UTC

svn commit: r747164 - /maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.apt

Author: bentmann
Date: Mon Feb 23 22:19:59 2009
New Revision: 747164

URL: http://svn.apache.org/viewvc?rev=747164&view=rev
Log:
o Clarified contents of plugin class loader

Modified:
    maven/site/trunk/src/site/apt/guides/mini/guide-maven-classloading.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=747164&r1=747163&r2=747164&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 Mon Feb 23 22:19:59 2009
@@ -87,9 +87,9 @@
  <<<$\{plugin.artifactMap\}>>> to have a list or map, respectively, of resolved artifacts injected from the
  <<<{{{http://maven.apache.org/ref/current/maven-plugin-descriptor/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html}PluginDescriptor}}>>>.
 
- Please note that the plugin classloader does not contain the
+ Please note that the plugin classloader does neither contain the
  {{{http://maven.apache.org/ref/current/maven-model/maven.html#class_dependency}dependencies}}
- of the current project. Instead, plugins can query the project's compile, runtime and test class path from the 
+ of the current project nor its build output. Instead, plugins can query the project's compile, runtime and test class path from the 
  <<<{{{http://maven.apache.org/ref/current/maven-project/apidocs/org/apache/maven/project/MavenProject.html}MavenProject}}>>>
  in combination with the mojo annotation <<<requiresDependencyResolution>>> from the
  {{{http://maven.apache.org/developers/mojo-api-specification.html}Mojo API Specification}}. For instance, flagging a