jvanzyl 2002/10/04 20:50:06
Modified: src/plugins-build/ant plugin.jelly
Log:
o When downloading the deps we need to use the deps projectid and not
the id.
Revision Changes Path
1.12 +1 -1 jakarta-turbine-maven/src/plugins-build/ant/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ant/plugin.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plugin.jelly 3 Oct 2002 02:14:39 -0000 1.11
+++ plugin.jelly 5 Oct 2002 03:50:06 -0000 1.12
@@ -259,7 +259,7 @@
<mkdir dir="lib"/>
<j:forEach var="dep" items="${pom.dependencies}">
<get
- src="${maven.repo.remote}/${dep.id}/jars/${dep.jar}"
+ src="${maven.repo.remote}/${dep.projectId}/jars/${dep.jar}"
dest="lib/${dep.jar}"
usetimestamp="true"
ignoreerrors="true"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>