1 Reply Latest reply on Jan 30, 2016 4:36 AM by wdfink

    Maven dependencies Jboss EAP 6.1

    ravi21588

      Hi All

      Can you please tell me how the maven dependencies,imports and exports for a particular project gets resolved during runtime in Jboss server.Do we configure maven in Jboss server?

      If so can you please let me know where is it configured?

      Thanks in Adavance.

        • 1. Re: Maven dependencies Jboss EAP 6.1
          wdfink

          Maven is a build tool. There is no feature to resolve runtime dependencies.

          If your project need third-party libraries you can add it with maven during build with the packaging tasks or, my recommended way, add it as a module to the EAP installation and reference it in your application.