I want to discover all xml files that my ClassLoader is aware of using a wildcard pattern. Is there any way to do this?
List resources = CPScanner.scanResources(new PackageNameFilter("net.sf.corn.cps.sample"), new ResourceNameFilter("A*.xml"));
put the snippet in your pom.xml
net.sf.corn corn-cps 1.0.1