A simpler answer to that problem (assuming it hasn't already) is to have the parent
jar (like microcontainer.jboss.ejb3.jboss-ejb3-all.jar) contain all of its dependencies in
that pom.xml file.
Maven does understand dependency downloads so if a project has just the jboss-ejb3-all.jar
file listed, Maven will still download all the jar dependencies listed under the
jboss-supplied jboss-ejb3-all pom.xml file after downloading the jar file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975159#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...