From 27581ab1ee5a767d61a90a4fdc30716c5f40c2f1 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sat, 3 Nov 2012 13:56:10 +0000 Subject: [PATCH] ${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 --- .../java/org/apache/maven/plugins/annotations/Component.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java index 6acbed2..4bb15c9 100644 --- a/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java +++ b/maven-plugin-annotations/src/main/java/org/apache/maven/plugins/annotations/Component.java @@ -30,7 +30,7 @@ import java.lang.annotation.Target; * Used to configure injection of Plexus components by * * MavenPluginManager.getConfiguredMojo(...) and special Maven - * objects as well: session, project, mojoExecution, plugin, + * objects as well: session, project, mojoExecution, plugin (Maven-3 only), * settings. * * @author Olivier Lamy