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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user