Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.2
-
None
Description
Let's take this example configuration snippet:
<resources> <resource> <directory>src/foo</directory> <filtering>true</filtering> </resource> <resource>src/bar</resource> </resources>
Apparently, the last <resource> element is meant as a shorthand form for <resource><directory>src/bar</directory></resource>.
Not only does support for this notation save users a few bits of (sometimes hated) XML but it also provides plugin authors with a smooth upgrade path say when a parameter was initially typed as File[] but later needs to be extended into Bean[].
Attachments
Issue Links
- is related to
-
MNG-7138 Proper verify of plugin configuration Bean set method call
- Open