PluginDescriptor is available only for Maven 3

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1405603 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-11-04 18:48:08 +00:00
parent db38a1222a
commit afe2ca3e3f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class MyMojo
@Component
private MojoExecution mojo;
@Component
@Component // for Maven 3 only
private PluginDescriptor plugin;
@Component