You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/13 17:47:04 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/ant plugin.jelly

dion        2002/12/13 08:47:03

  Modified:    src/plugins-build/ant plugin.jelly
  Log:
  Patch provided by "Richard Bounds" <ri...@richardbounds.co.uk>
  
  Revision  Changes    Path
  1.21      +2 -2      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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly	7 Nov 2002 08:29:41 -0000	1.20
  +++ plugin.jelly	13 Dec 2002 16:47:03 -0000	1.21
  @@ -307,8 +307,8 @@
     
       <j:forEach var="dep" items="${pom.dependencies}">
       <get 
  -      src="${maven.repo.remote}/${dep.projectId}/jars/${dep.jar}"
  -      dest="lib/${dep.jar}"
  +      src="${maven.repo.remote}/${dep.projectId}/jars/${dep.getArtifact()}"
  +      dest="lib/${dep.getArtifact()}"
         usetimestamp="true"
         ignoreerrors="true"
       /></j:forEach>