radai
radai

Reputation: 24192

is there a jboss parent maven project for the 6.x release?

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 ?

Upvotes: 1

Views: 511

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570365

I'm not sure about what you're looking for exactly. Would org.jboss.jbossas:jboss-as-parent:6.0.0.M1:pom help?

Upvotes: 1

Related Questions