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