1 Reply Latest reply on Nov 3, 2008 10:43 AM by pgier

    Maven 2 master POM

    jeilong

      I am tasked with Mavenizing our build so I am in need of a complete reference of all JBoss 4.2.3.GA dependencies, but having trouble finding out what jar maps to an artifact in the repository.

      - Is there a master POM that lists all the exact artifacts? I found that the Seam 2.1.0.SP1 release had a master POM that listed all the dependencies which helped a lot. Does one exist for the JBoss 4.2.3.GA?
      - Browsing the JBoss Maven 2 repository I see many artifacts duplicated under different group ids. For example, the javassist dependency was found in the groups javassist, jboss and org.jboss. How do I know which one the use?

      Barring a master POM, is there a complete reference of all Maven 2 artifacts used by JBoss AS 4.2.3.GA?

        • 1. Re: Maven 2 master POM
          pgier

          Sorry there is no reference like this for JBoss 4. JBoss 4.x is not built with Maven, so it doesn't have any master POM. JBoss 5 will have a POM that shows all the dependencies used in the build.

          javassist is the correct groupId. It was changed a couple of times, and the incorrect ones will eventually be put into a legacy repository.