You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 :
However if I import the dependency project in eclipse, things go OK in the launcher :
When I close the project, things revert to previous situation.
The text was updated successfully, but these errors were encountered: