dion 2003/07/03 23:16:54
Modified: src/plugins-build/ant plugin.jelly
Log:
Allow types other than jars in ant dependencies
Revision Changes Path
1.6 +1 -1 maven/src/plugins-build/ant/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/ant/plugin.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 30 Mar 2003 16:04:55 -0000 1.5
+++ plugin.jelly 4 Jul 2003 06:16:54 -0000 1.6
@@ -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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]