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-ffa450edef68master
parent
5c58ab6d40
commit
ff7fff513d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue