[ 
https://issues.apache.org/jira/browse/MPLUGIN-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14596473#comment-14596473
 ] 

Robert Scholte commented on MPLUGIN-271:
----------------------------------------

I haven't found the exact spot, but I drilled it down to 
org.eclipse.sisu.plexus. IIRC it was the ComponentConfigurator.
If you can find, let me know. I'd love to add something else too: support of 
parameterized {{Map<String,String>}}
{code}
@Parameter(property="plugin.colorCode")
private Map<String,String> colorCodes;
{code}
And then either have {{-Dplugin.colorCode.white=FFFFFF}} or 
{{-Dplugin.colorCode\[white]=FFFFFF}}

> Usage of defaultValues for a List<..> Parameter seemed not to be working
> ------------------------------------------------------------------------
>
>                 Key: MPLUGIN-271
>                 URL: https://issues.apache.org/jira/browse/MPLUGIN-271
>             Project: Maven Plugin Tools
>          Issue Type: Bug
>          Components: maven-plugin-annotations
>    Affects Versions: 3.3
>            Reporter: Karl Heinz Marbaise
>            Priority: Critical
>
> Currently the following seemed to be not working:
> {code:java}
>     @Parameter( defaultValue = "*/pom.xml" )
>     private List<String> pomIncludes;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to