You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/08/13 17:32:26 UTC

[jira] Created: (MINVOKER-52) Add a new mojo parameter to specify filter properties using the more convenient map-syntax

Add a new mojo parameter to specify filter properties using the more convenient map-syntax
------------------------------------------------------------------------------------------

                 Key: MINVOKER-52
                 URL: http://jira.codehaus.org/browse/MINVOKER-52
             Project: Maven 2.x Invoker Plugin
          Issue Type: New Feature
    Affects Versions: 1.2
            Reporter: Benjamin Bentmann
            Priority: Minor


The XML syntax required to configure mojo parameters of type {{Properties}} is both clumsy and inconsistent with the {{<properties>}} element in the POM:
{noformat}
<interpolationsProperties>
  <property>
    <name>key</name>
    <value>value</value>
  </property>
</interpolationsProperties>
{noformat}
As such, we should offer an alternative parameter of type {{Map}} that can be configured using the more convient way:
{noformat}
<interpolationsProperties>
  <key>value</key>
</interpolationsProperties>
{noformat}


-- 
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] Closed: (MINVOKER-52) Add a new mojo parameter to specify filter properties using the more convenient map-syntax

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINVOKER-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MINVOKER-52.
-------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 1.3

Added new parameter {{filterProperties}} in [r685592|http://svn.apache.org/viewvc?view=rev&revision=685592].

> Add a new mojo parameter to specify filter properties using the more convenient map-syntax
> ------------------------------------------------------------------------------------------
>
>                 Key: MINVOKER-52
>                 URL: http://jira.codehaus.org/browse/MINVOKER-52
>             Project: Maven 2.x Invoker Plugin
>          Issue Type: New Feature
>    Affects Versions: 1.2
>            Reporter: Benjamin Bentmann
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 1.3
>
>
> The XML syntax required to configure mojo parameters of type {{Properties}} is both clumsy and inconsistent with the {{<properties>}} element in the POM:
> {noformat}
> <interpolationsProperties>
>   <property>
>     <name>key</name>
>     <value>value</value>
>   </property>
> </interpolationsProperties>
> {noformat}
> As such, we should offer an alternative parameter of type {{Map}} that can be configured using the more convient way:
> {noformat}
> <interpolationsProperties>
>   <key>value</key>
> </interpolationsProperties>
> {noformat}

-- 
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