If the project is building with maven you cannot deploy an artifact with missing
dependencies because maven will try to resolve deps and build the project first. If you
are using mvn deploy:deploy-file and just deploying the jar and pom manually, then the
dependencies are not resolved first.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141011#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...