im trying to get familiar with the new JBoss 6 and having a really tough time piecing together all the different sub-projects that comprise it. basically what i want is to compose the list of maven artifacts that form jboss 6 (6.0.0.M4, to be specific), so i could add them as runtime dependencies to my demo project - that way it would be easy for me to step through jboss source.
i know there is a jar-versions.xml file in the jboss root which specifies the versions, but surely there's some sort of parent pom i could look at ?