Allow to configure array/collection type plugin parameters via system properties
--------------------------------------------------------------------------------

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


It would be helpful for plugin authors and users if Maven could configure 
collections/arrays from comma-separated property values, e.g.
{noformat}
mvn -Dincludes=*Foo,*Bar,whatever/** goal
{noformat}
This allows plugin authors to consequently use the proper data type for 
parameters and avoids doing manual string splitting to please the user's 
occasional need to configure a parameter from the command line.

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