Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Labels:None
Description
maven.test.classpath only has things in compile scope, not in test scope.
Issue Links
- duplicates
-
MANTRUN-21
maven.test.classpath is not correctly set
-
Run this pom and see that the echo'd classpath contains target/classes but not target/test-classes and also the junit jar is missing, but other compile scope ones are there.