Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0-beta-1
-
None
Description
MOJO:
------------------------------
/**
- @parameter
*/
private String myParam;
------------------------------
and xml config in pom:
------------------------------
<configuration>
<myParam>myValue</myParam>
</configuration>
doesn't get processed.
When modified to
- @parameter expression="${whatever}"
it will be processed.