Applied patch from Adam Murdoch on 2002-02-18

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-02-23 17:59:27 +00:00
parent 902d17f64e
commit 41c56b8b8e

View File

@@ -68,8 +68,8 @@
dependency, use that for the project in the depend tag
otherwise just use the project id
-->
<j:forEach var="projectId" items="${pom.dependentProjectIds}">
<j:set var="gumpDepName"><gump:name project="${projectId}" /></j:set>
<j:forEach var="dependency" items="${pom.dependencies}">
<j:set var="gumpDepName"><gump:name project="${dependency.groupId}" /></j:set>
<j:set var="dummy">${dependentProjects.add(gumpDepName)}</j:set>
</j:forEach>