Support Filters on ResourceContainer.addAsResource
--------------------------------------------------
Key: SHRINKWRAP-321
URL:
https://issues.jboss.org/browse/SHRINKWRAP-321
Project: ShrinkWrap
Issue Type: Enhancement
Components: api
Affects Versions: 1.0.0-beta-5
Reporter: Tom Hintz
Priority: Minor
it would be nice to support filtering of resources when adding to a ResourceContainer,
ie:
ShrinkWrap.create(JavaArchive.class)
.addAsResource(new File("src/test/resources"), "/",
Filters.exclude(".*/\\.svn.*"))
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira