Is it possible to specify multiple jars with wildcards or the location of directory which contains jar files in JBoss Module module.xml?
Issue
-
Is it possible to specify multiple jars with wildcards in JBoss Module
module.xml?<resources> <resource-root path="*.jar" /> //single folder <resource-root path="resources/*.jar" /> //single folder with prefix <resource-root path="**.jar" /> //recursive <resource-root path="resources/**.jar" /> //recursive with prefix </resources> -
Is it possible to specify the location of directory which contains jar files in JBoss Module
module.xml?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.