[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-ffa450edef68master
parent
80aacd51f2
commit
6ca8252f0a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue