bug fix for MPANT-12

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115055 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2004-04-26 20:56:52 +00:00
parent 893ef206eb
commit b67c076d36

View File

@@ -245,6 +245,7 @@
</classpath>
</javac>
<j:if test="${!pom.build.unitTest.resources.isEmpty()}">
<j:choose trim="true">
<j:when test="${!pom.build.unitTest.resources.includes.isEmpty()}">
<j:set var="maven.has.test.resource.patterns" value="true"/>
@@ -253,6 +254,7 @@
<j:set var="maven.has.test.resource.patterns" value="true"/>
</j:when>
</j:choose>
</j:if>
<j:if test="${maven.has.test.resource.patterns}">