${plugin} is only recognized by Maven 3
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405336 13f79535-47bb-0310-9956-ffa450edef68master
parent
8488b8267d
commit
27581ab1ee
|
|
@ -30,7 +30,7 @@ import java.lang.annotation.Target;
|
||||||
* Used to configure injection of Plexus components by
|
* Used to configure injection of Plexus components by
|
||||||
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
|
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
|
||||||
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a> and special Maven
|
* <code>MavenPluginManager.getConfiguredMojo(...)</code></a> and special Maven
|
||||||
* objects as well: <code>session</code>, <code>project</code>, <code>mojoExecution</code>, <code>plugin</code>,
|
* objects as well: <code>session</code>, <code>project</code>, <code>mojoExecution</code>, <code>plugin</code> (Maven-3 only),
|
||||||
* <code>settings</code>.
|
* <code>settings</code>.
|
||||||
*
|
*
|
||||||
* @author Olivier Lamy
|
* @author Olivier Lamy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue