Patch to add support for Ant-style wildcards to schemaFiles
-----------------------------------------------------------
Key: MJAXB-30
URL: http://jira.codehaus.org/browse/MJAXB-30
Project: Maven 2.x JAXB 2.1 Plugin
Issue Type: Improvement
Affects Versions: 1.3
Reporter: Tim Anderson
Attachments: schemaFiles.diff.txt
Using schemaFiles is cumbersome for large no.s of xsd files split over several
directories, as each file must be listed in a comma separated list.
For an example, try the UBL schemas in the xsd/common/ and xsd/maindoc/ from
http://docs.oasis-open.org/ubl/cs-UBL-2.0.zip
To avoid this, the attached patch uses
org.codehaus.plexus.util.DirectoryScanner to allow specification of wildcards
like:
{noformat}
<schemaFiles>**/*.xsd</schemaFiles>
{noformat}
.
--
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
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email