[ 
https://jira.codehaus.org/browse/MNG-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Benedict updated MNG-525:
------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> Need a way to reference a config property from another property using the 
> expression language in a mojo
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-525
>                 URL: https://jira.codehaus.org/browse/MNG-525
>             Project: Maven
>          Issue Type: Task
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0-alpha-3
>            Reporter: Vincent Massol
>
> 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



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to