jvanzyl     2003/01/08 12:39:05

  Modified:    src/plugins-build/plexus plugin.jelly
  Log:
  o making sure the components are present. first cut but this appears
    to be working.
  
  Revision  Changes    Path
  1.12      +6 -1      jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/plexus/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly      8 Jan 2003 20:25:02 -0000       1.11
  +++ plugin.jelly      8 Jan 2003 20:39:05 -0000       1.12
  @@ -115,7 +115,12 @@
         <maven:pom projectDescriptor="${depPomFile}" var="depPom"/>
         
         <echo>Verifying dependencies for ${depPom.id} ...</echo>
  -      
  +
  +      <get 
  +        
src="http://www.ibiblio.org/maven/plexus/jars/${depPom.id}-${depPom.currentVersion}.jar";
  +        dest="${maven.plexus.components}/${depPom.id}-${depPom.currentVersion}.jar"
  +      />
  +
         ${depPom.verifyDependencys()}
         
         <deploy:copy-deps 
  
  
  

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

Reply via email to