${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-ffa450edef68
master
Herve Boutemy 2012-11-03 13:56:10 +00:00
parent 8488b8267d
commit 27581ab1ee
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import java.lang.annotation.Target;
* Used to configure injection of Plexus components by
* <a href="/ref/current/maven-core/apidocs/org/apache/maven/plugin/MavenPluginManager.html">
* <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>.
*
* @author Olivier Lamy