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

        

Reply via email to