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 2012/06/05 00:31:46 UTC

svn commit: r1346185 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

Author: hboutemy
Date: Mon Jun  4 22:31:45 2012
New Revision: 1346185

URL: http://svn.apache.org/viewvc?rev=1346185&view=rev
Log:
extended @Component explanations

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm?rev=1346185&r1=1346184&r2=1346185&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Mon Jun  4 22:31:45 2012
@@ -106,7 +106,7 @@ Using Plugin Tools Java5 Annotations
     * <<<...@Parameter>>>: Used to configure your Mojo parameters. See
       {{{/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html}javadoc}} for more information.
 
-    * <<<...@Component>>>: Used to configure injection of Plexus components. See
+    * <<<...@Component>>>: Used to configure injection of Plexus components or Maven context components. See
       {{{/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Component.html}javadoc}} for more information.
 
     []