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 2003/03/02 15:06:37 UTC

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

dion        2003/03/02 06:06:37

  Modified:    src/plugins-build/java plugin.jelly
  Log:
  Make deploy:jar do a chgrp maven
  
  Revision  Changes    Path
  1.8       +1 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.jelly	12 Feb 2003 21:49:37 -0000	1.7
  +++ plugin.jelly	2 Mar 2003 14:06:37 -0000	1.8
  @@ -255,7 +255,7 @@
         artifact="${relativePath}"
         type="jars"
         assureDirectoryCommand="mkdir -p"
  -      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}"
  +      siteCommand="cd @deployDirectory@; chmod g+w ${maven.jar.to.deploy}; chgrp maven ${maven.jar.to.deploy}"
       />
   
     </goal>