I admit it is not the best title, but I don't know how to prase it without having a title of three lines.
I have a project with the (for instance) dependency JTA, using the scope "provided" (JBOSS brings its own JTA implementation). If I use m2eclipse it resolves all dependencies just fine. My problem is, if I deploy this project to jboss (within eclipse) those provided dependencies are put in the war file as well, but this is just wrong.
Any ideas how to solve that?
EDIT:
I guess it is following bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=242476
but it seems, the fix will only get included in the next eclipse version