Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Dependencies when deploying to server...

Are you using m2e-wtp? (http://marketplace.eclipse.org/content/maven-integration-eclipse-wtp)

2011/9/3 Chris Joysn <joysn71@xxxxxxxxx>
Hello,

i use m2e for dependency management in my projects and
define some dependencies as provided and test scoped.

But when i deploy my "Dynamic web projects" e.g. to Glassfish/Tomcat
then all dependencies are deployed to Glassfish/Tomcat.
This is even more problematic because i use glassfish-embedded
to unit test EJBs and the deployed glassfish-embedded-all.jar
interfers with the normal Glassfish server runtime.

How can i avoid to deploy the provided and test scoped
dependencies to Glassfish/Tomcat?

Thanks in advance.

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




--
"Have you tried turning it off and on again" - The IT Crowd

Back to the top