[MPLUGIN-225] made generated descriptor from MojoExecution as Component compatible with Maven 2

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405330 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-11-03 13:28:02 +00:00
parent 80aacd51f2
commit 6ca8252f0a
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>mojo</code>, <code>plugin</code>,
* objects as well: <code>session</code>, <code>project</code>, <code>mojoExecution</code>, <code>plugin</code>,
* <code>settings</code>.
*
* @author Olivier Lamy