dion        2003/01/17 08:08:55

  Modified:    src/plugins-build/deploy plugin.jelly
  Log:
  Missed one
  
  Revision  Changes    Path
  1.17      +1 -1      jakarta-turbine-maven/src/plugins-build/deploy/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/deploy/plugin.jelly,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- plugin.jelly      17 Jan 2003 16:04:50 -0000      1.16
  +++ plugin.jelly      17 Jan 2003 16:08:55 -0000      1.17
  @@ -144,7 +144,7 @@
         <copy todir="${todir}" flatten="true">
           <fileset dir="${mavenRepoLocal}">
             <j:forEach var="dep" items="${pom.dependencies}">
  -            <include name="${dep.projectId}/jars/${dep.artifact}"/>
  +            <include name="${dep.artifactDirectory}/jars/${dep.artifact}"/>
             </j:forEach>
             <j:if test="${excludes != ''}">
               <!-- The excludes are a list of dep ids -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to