eclipse-jetty-plugin icon indicating copy to clipboard operation
eclipse-jetty-plugin copied to clipboard

Dependency resolving with both scopes "compile" and "test"

Open romain-wilbert opened this issue 10 years ago • 1 comments

Hello,

I have a maven project which has the same dependency included twice : one with a "compile" scope, another with the "test" scope and a "test-jar" type.

In the "Dependencies" tab of the launcher, i can see both dependencies :

  • the one which has the "compile" scope in the pom.xml appears with a "test" scope and is therefore not added to the webapp classpath (Test scope checkbox not ticked)
  • the one which has the "test" scope in the pom.xml appears without scope, which is not normal as well

However if I import the dependency project in eclipse, things go OK in the launcher :

  • "classes" folder of the dependency has a "compile" scope
  • "test-classes" folder of the dependency has a "test" scope

When I close the project, things revert to previous situation.

romain-wilbert avatar Dec 23 '14 16:12 romain-wilbert