You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/02/22 15:49:44 UTC

svn commit: r1449065 - /maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt

Author: rfscholte
Date: Fri Feb 22 14:49:44 2013
New Revision: 1449065

URL: http://svn.apache.org/r1449065
Log:
Fix URL to PluginDescriptor

Modified:
    maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt

Modified: maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt?rev=1449065&r1=1449064&r2=1449065&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt (original)
+++ maven/site/trunk/content/apt/guides/mini/guide-maven-classloading.apt Fri Feb 22 14:49:44 2013
@@ -85,7 +85,7 @@ Guide to Maven Classloading
  
  Plugins can inspect their effective runtime class path via the expressions <<<$\{plugin.artifacts\}>>> or
  <<<$\{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}}>>>.
+ <<<{{{http://maven.apache.org/ref/current/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/PluginDescriptor.html}PluginDescriptor}}>>>.
 
  Please note that the plugin classloader does neither contain the
  {{{http://maven.apache.org/ref/current/maven-model/maven.html#class_dependency}dependencies}}