You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (JIRA)" <ji...@apache.org> on 2016/08/12 15:51:20 UTC

[jira] [Closed] (MPLUGIN-271) Usage of defaultValues for a List<..> Parameter seemed not to be working

     [ https://issues.apache.org/jira/browse/MPLUGIN-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MPLUGIN-271.
----------------------------------
    Resolution: Not A Problem
      Assignee: Robert Scholte

Not a problem of maven-plugin-plugin, but of Maven core. Fixed in Maven 3.3.9

> 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
>            Assignee: Robert Scholte
>            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)