added the unit test output directory to the classpath so that unit tests ran from inside of eclipse can find any unit test resources on the classpath. e.g. any property files used in unit tests that the classloader is used to find

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jstrachan
2003-05-07 17:54:22 +00:00
parent b82a656168
commit 0c8d13974e

View File

@@ -110,6 +110,10 @@
</j:otherwise>
</j:choose>
</j:forEach>
<!-- add the unit test build directory so that any files generated via Maven are available -->
<classpathentry kind="lib" path="target/test-classes"/>
<classpathentry kind="output" path="${outputDir}"/>
</classpath>
</j:file>