Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0 (RC)
-
None
-
hmm, doesnt matter i think
Description
MavenProject.getTestClasspathElemets()
Following line should be added:
list.add( getBuild().getTestOutputDirectory() );
right after line:
list.add( getBuild().getOutputDirectory() );