0 Replies Latest reply on Jun 27, 2008 2:02 AM by mbreuer

    maven 2 and the jboss jars

    mbreuer

      I am developing against several jboss servers, e.g. 4.0.3SP1 or 4.2.2.GA.
      While using maven it's very tricky to handle the correct classpath. Is there a way to say maven "use all client jar's coming with server release x.y.z"?

      I searched repository.jboss.org for dependencies. It seems there's no generic structure. Any jboss release uses a different structure, also often only one version is supported.
      My need is a pom-dependency, which collects all necessary jars. The pom should be referenced by the jboss version.

      Any ideas?