Is it possible to specify multiple jars with wildcards or the location of directory which contains jar files in JBoss Module module.xml?

Solution Unverified - Updated -

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

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.