added a link to the injection code provided by Maven core

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1342433 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-24 21:26:29 +00:00
parent 5c58ab6d40
commit ff7fff513d
2 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,9 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Used to configure injection of Plexus components.
* Used to configure injection of Plexus components by
* <a href="/ref/3.0.4/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a>.
*
* @author Olivier Lamy
* @since 3.0

View File

@ -27,7 +27,9 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Used to configure your Mojo parameters.
* Used to configure your Mojo parameters to be injected by
* <a href="/ref/3.0.4/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a>.
*
* @author Olivier Lamy
* @since 3.0