[ http://jira.codehaus.org/browse/MNG-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Bentmann updated MNG-5033: ----------------------------------- Description: The need to wrap collection/array elements into a container element is occasionally frustrating to users (XML verbosity). Within plugin configuration, this can be achieved without a new model format, e.g. {code:xml} <fileset> <directory>src/demo</directory> <include>Foo*</include> <include>Bar*</include> <exclude>*Bad</exclude> </fileset> {code} was: The need to wrap collection/array elements into a container element is occasionally frustrating to users (XML verbosity). Within plugin configuration, this can be achieved without a new model format, e.g. {code:xml <fileset> <directory>src/demo</directory> <include>Foo*</include> <include>Bar*</include> <exclude>*Bad</exclude> </fileset> {code} > Allow to inline collection/array items within plugin configuration > ------------------------------------------------------------------ > > Key: MNG-5033 > URL: http://jira.codehaus.org/browse/MNG-5033 > Project: Maven 2 & 3 > Issue Type: Improvement > Components: Plugins and Lifecycle > Reporter: Benjamin Bentmann > Priority: Minor > > The need to wrap collection/array elements into a container element is > occasionally frustrating to users (XML verbosity). Within plugin > configuration, this can be achieved without a new model format, e.g. > {code:xml} > <fileset> > <directory>src/demo</directory> > <include>Foo*</include> > <include>Bar*</include> > <exclude>*Bad</exclude> > </fileset> > {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