Iterating over artifacts not deps
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113556 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -125,8 +125,10 @@
|
||||
</ant:copy>
|
||||
</j:if>
|
||||
|
||||
<j:forEach var="dep" items="${pom.dependencies}">
|
||||
|
||||
|
||||
|
||||
<j:forEach var="lib" items="${pom.artifacts}">
|
||||
<j:set var="dep" value="${lib.dependency}"/>
|
||||
<j:if test="${dep.getProperty('war.bundle')=='true' and dep.type =='jar' }">
|
||||
<ant:copy todir="${webapp.build.lib}"
|
||||
file="${maven.repo.local}/${dep.artifactDirectory}/jars/${dep.artifact}"/>
|
||||
|
||||
@@ -27,6 +27,15 @@
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Michal Maczka</name>
|
||||
<id>michal</id>
|
||||
<email>michal.maczka@dimatics.com</email>
|
||||
<organization>Dimatics</organization>
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Vincent Massol</name>
|
||||
<id>vmassol</id>
|
||||
@@ -35,7 +44,7 @@
|
||||
<roles>
|
||||
<role>Java Developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies/>
|
||||
</project>
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
<action dev="dion" type="fix" due-to="Ben Hogan">
|
||||
Allow war file to be updated
|
||||
</action>
|
||||
<action dev="michal" type="fix">
|
||||
Iterating artifacts not depedencies
|
||||
</action>
|
||||
<action dev="michal" type="add">
|
||||
Added deploy, deploy-snapshot and install-snapshot goals
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.3" date="2002-04-08">
|
||||
|
||||
Reference in New Issue
Block a user