Question about jboss-scanning.xml, if I specify the
"include" list but
leave the "exclude" list blank or missing. Will that exclude all
classes that aren't on the "include" list? If yes, that will make it
easier to build the jboss-scanning.xml.
There are two ways to exclude resources:
(a) do not recurse into it
(b) explicit pckg exclude
For (a) see ScanningDeploymentUnitFilter::ScanningMetaDataRecurseFilter.
For (b) see ScanningMetaDataResourceFilter.
Looking at (b), the answer to your question is yes.