Hi,
I'm currently trying to deploy a webapp on a JBoss AS 7.1 instance managed in Eclipse 3.7.2.
All seems to work fine except my project dependencies (with compile scope) which are not copied to the WEB-INF/lib directory on the deployment directory of my server instance.
The only dependencies which are copied to the WEB-INF/lib directory are the one which are present as projects in my workspace (custom libs).
I also tried with JBoss Developer Studio 5.0 and I have the same problem.
But If I add a Tomcat 6 instance in my workspace, my webapp deploys fine and I get no problem with dependencies.
I already checked that Maven Integration for Eclipse WTP ic correctly installed.
Does someone have any idea?
Thanks for help.