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

Solution Verified - 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
    • 7.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content