Allow to configure plugin parameters of type java.util.Properties just like a 
map
---------------------------------------------------------------------------------

                 Key: MNG-4992
                 URL: http://jira.codehaus.org/browse/MNG-4992
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Plugins and Lifecycle, POM
    Affects Versions: 3.0.2
            Reporter: Benjamin Bentmann
            Priority: Minor


{{java.util.Properties}} is a {{java.util.Map}}, yet plugin parameters of type 
{{Properties}} cannot be configured like ordinary {{Map}} parameters, i.e.:
{code:xml}
<map>
  <key>value</key>
</map>
{code}


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