Now using pom.artifacts to support <jar> override
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113567 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -168,7 +168,8 @@
|
||||
<!-- Add all user jars that have been marked to be included in the cactus
|
||||
test. For example, DBUnit would be a jar you would include in a
|
||||
Cactus test but not in a runtime war -->
|
||||
<j:forEach var="dep" items="${pom.dependencies}">
|
||||
<j:forEach var="artifact" items="${pom.artifacts}">
|
||||
<j:set var="dep" value="${artifact.dependency}"/>
|
||||
<j:if test="${dep.getProperty('cactus.bundle')=='true'}">
|
||||
<lib file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"/>
|
||||
</j:if>
|
||||
|
||||
Reference in New Issue
Block a user