Details
-
Type:
Task
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0-alpha-3
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Number of attachments :
Description
Example:
/**
- @parameter
- @required
*/
private String cloverOutputDirectory;
/**
- @parameter expression="$
{cloverOutputDirectory}/clover.db"
* @required
*/
private String cloverDatabase;
I'd like that the cloverDatabase variable gets set to ${cloverOutputDirectory}/clover.db
ATM the value is null/clover.db even though cloverOutputDirectory get sets to a non-null value