Replace ${goal} for goal in @Parameter property

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1353755 13f79535-47bb-0310-9956-ffa450edef68
master
Robert Scholte 2012-06-25 21:50:42 +00:00
parent cacac1179b
commit 2892e3570d
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class HelpMojo
* *
* @parameter property="goal" * @parameter property="goal"
*/ */
//@Parameter( property = "${goal}" ) //@Parameter( property = "goal" )
private java.lang.String goal; private java.lang.String goal;
/** /**