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-ffa450edef68master
parent
cacac1179b
commit
2892e3570d
|
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue