Hello,
I'm using m2e for a Java EE 6 application.
In my project I have a dependency to jax-ws 2.2 API (java ee6).
However, I use jdk 6 to compile (jaw-xs 2.1 API).
And Eclipse imports the jdk classes before my own dependency, so I have a
compilation error.
What's the best way to handle this ?
* I could add jax-ws 2.2 in my jdk, but then everyone in my team would need to
do that.
* I could change manually the compilation order in the project, but it's a
manual operation.
* better ?
Thanks !
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users