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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Enhancements to plugin parameters
---------------------------------

                 Key: MNG-3578
                 URL: http://jira.codehaus.org/browse/MNG-3578
             Project: Maven 2
          Issue Type: Improvement
            Reporter: Ittay Dror


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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Brett Porter updated MNG-3578:
------------------------------

    Fix Version/s: 2.x

> Enhancements to plugin parameters
> ---------------------------------
>
>                 Key: MNG-3578
>                 URL: http://jira.codehaus.org/browse/MNG-3578
>             Project: Maven 2
>          Issue Type: Improvement
>            Reporter: Ittay Dror
>             Fix For: 2.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 contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira