Removed todo comment as dIon has already fixed it!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -188,9 +188,6 @@
|
||||
<j:set var="dep" value="${lib.dependency}"/>
|
||||
<j:if test="${dep.getProperty('jboss.bundle')=='true'}">
|
||||
<ant:echo>Bundling: (${dep.groupId}, ${dep.artifactId}, ${dep.type})</ant:echo>
|
||||
|
||||
<!-- TODO: Use getDependencyPath() once it supports artifacts other
|
||||
than jars -->
|
||||
<ant:copy todir="${maven.jboss.build.deploy.dir}" file="${lib.path}"/>
|
||||
</j:if>
|
||||
</j:forEach>
|
||||
|
||||
Reference in New Issue
Block a user