You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@codehaus.org> on 2013/03/09 21:34:52 UTC

[jira] (MNG-3578) Enhancements to plugin parameters

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

Robert Scholte updated MNG-3578:
--------------------------------

    Component/s: Plugin API
    
> Enhancements to plugin parameters
> ---------------------------------
>
>                 Key: MNG-3578
>                 URL: https://jira.codehaus.org/browse/MNG-3578
>             Project: Maven 2 & 3
>          Issue Type: Improvement
>          Components: Plugin API
>            Reporter: Ittay Dror
>             Fix For: Issues to be reviewed for 3.x
>
>
> allow plugin parameters to reference other parameters. so, for example, i can have 'dir' and 'file' parameters, where 'file' is '${dir}/something'. then, if the user defines 'dir' in the plugin configuration in the pom, file uses the configured value.
> also, leave unknown expressions as they are. so if 'file' is ${dir}/${unknown} it will be expanded to 'some/path/${unknown}'. this allows the mojo to further expand the parameter with runtime value without resorting to the use of '$$"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira