Allow types other than jars in ant dependencies

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-07-04 06:16:54 +00:00
parent 45caca0d37
commit 0e0a62b21b

View File

@@ -313,7 +313,7 @@
<j:forEach var="dep" items="${pom.dependencies}">
<get
src="${repo}/${dep.artifactDirectory}/jars/${dep.artifact}"
src="${repo}/${dep.artifactDirectory}/${dep.type}s/${dep.artifact}"
dest="$${libdir}/${dep.artifact}"
usetimestamp="true"
ignoreerrors="true"