From 8fa0dc72fbb376335ea27464796e999c93b7f02a Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 4 Jun 2012 22:31:45 +0000 Subject: [PATCH] extended @Component explanations git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1346185 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/site/apt/examples/using-annotations.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm index 6e95c09..ea94130 100644 --- a/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm +++ b/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm @@ -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. []