jvanzyl     2002/10/06 18:22:19

  Modified:    src/plugins-build/java plugin.jelly
  Log:
  o Create md5 checksum when uploading jar artifacts.
  
  Revision  Changes    Path
  1.22      +4 -3      jakarta-turbine-maven/src/plugins-build/java/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/java/plugin.jelly,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- plugin.jelly      6 Oct 2002 02:02:41 -0000       1.21
  +++ plugin.jelly      7 Oct 2002 01:22:19 -0000       1.22
  @@ -28,7 +28,7 @@
     </patternset>
   
     <!-- ================================================================== -->
  -  <!--     prepare-filesystem                                             -->
  +  <!-- P R E P A R E  F I L E  S Y S T E M                                -->
     <!-- ================================================================== -->
   
     <goal name="java:prepare-filesystem"
  @@ -37,7 +37,7 @@
     </goal>
   
     <!-- ================================================================== -->
  -  <!--     compile                                                        --> 
  +  <!-- C O M P I L E                                                      -->
     <!-- ================================================================== -->
   
     <goal name="java:compile"
  @@ -206,7 +206,7 @@
         artifact="${maven.build.dir}/${maven.jar.to.deploy}"
         type="jars"
         assureDirectoryCommand="mkdir -p"
  -      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp 
maven ${maven.jar.to.deploy}; ln -sf ${maven.jar.to.deploy} ${pom.id}-SNAPSHOT.jar"
  +      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp 
maven ${maven.jar.to.deploy}; ln -sf ${maven.jar.to.deploy} ${pom.id}-SNAPSHOT.jar; 
md5sum ${maven.jar.to.deploy} > ${maven.jar.to.deploy}.md5"
       />
                       
     </goal>
  @@ -227,6 +227,7 @@
         artifact="${maven.build.dir}/${maven.jar.to.deploy}"
         type="jars"
         assureDirectoryCommand="mkdir -p"
  +      siteCommand="cd @deployDirectory@; md5sum ${maven.jar.to.deploy} > 
${maven.jar.to.deploy}.md5"
       />
   
     </goal>
  
  
  

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

Reply via email to