Added testclassesdir property although there's no test source directory as it was incorrectly removed
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115638 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
<maven:makeRelativePath basedir="${baseDirFile}" path="${maven.build.dest}" separator="/" var="classesdir"/>
|
||||
<property name="classesdir" value="${classesdir}" />
|
||||
|
||||
<maven:makeRelativePath basedir="${baseDirFile}" path="${maven.test.dest}" separator="/" var="testclassesdir"/>
|
||||
<property name="testclassesdir" value="${testclassesdir}" />
|
||||
|
||||
<j:if test="${unitTestSourcesPresent == 'true'}">
|
||||
<maven:pluginVar plugin="maven-test-plugin" property="maven.test.dest" var="abstestclassesdir" />
|
||||
<maven:makeRelativePath basedir="${baseDirFile}" path="${abstestclassesdir}" separator="/" var="testclassesdir"/>
|
||||
|
||||
Reference in New Issue
Block a user