jvanzyl     2003/07/25 09:20:26

  Modified:    src/plugins-build/plexus plugin.jelly
  Log:
  o For the destination we need the full path to the artifact.
  
  Revision  Changes    Path
  1.18      +1 -1      maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly      27 Mar 2003 20:33:23 -0000      1.17
  +++ plugin.jelly      25 Jul 2003 16:20:25 -0000      1.18
  @@ -161,7 +161,7 @@
         <j:if test="${plexusJarPresent != 'true'}">
           <get 
             
src="http://www.ibiblio.org/maven/plexus/jars/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar";
  -          dest="${plexusCoreLibDirectory}"/>
  +          
dest="${plexusCoreLibDirectory}/${plexusPom.artifactId}-${plexusPom.currentVersion}.jar"/>
         </j:if>
   
         <!--
  
  
  

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

Reply via email to