Robert Scholte created MPLUGIN-268:
--------------------------------------

             Summary: Verify if Parameters can be set as property
                 Key: MPLUGIN-268
                 URL: https://jira.codehaus.org/browse/MPLUGIN-268
             Project: Maven Plugin Tools
          Issue Type: Improvement
          Components: Plugin Plugin
    Affects Versions: 3.3
            Reporter: Robert Scholte


Consider the following code:
{code}
@Parameter( property="plugin.names" )
List<String> names;
{code}

It is useless to expose {{names}} as a property, since you can't do something 
like {{-Dplugin.names=alice,bob,joe}}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to