Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: 0.9.5
-
Component/s: Dependency Resolver
-
Labels:None
Description
Dependencies with runtime scope are added into the build classpath and appear in "Maven Dependencies" classpath container. This scope should be only available in java App and JUnit launch configurations classpath, but not at the compile time.
Test compile classpath contains all dependencies regardless of scope. I am attaching sample project runtimescope.zip
that demonstrates this behaviour (tested with maven 2.0.8 from cli)