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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user