You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/09 05:28:25 UTC

cvs commit: maven-components/maven-mboot/src/bash maven.functions

jvanzyl     2004/04/08 20:28:25

  Modified:    maven-mboot/src/bash maven.functions
  Log:
  o create directory for install if it doesn't exist
  
  Revision  Changes    Path
  1.31      +2 -0      maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- maven.functions	21 Mar 2004 03:58:28 -0000	1.30
  +++ maven.functions	9 Apr 2004 03:28:25 -0000	1.31
  @@ -262,6 +262,8 @@
   
           echo "Installing ${jarName} in ${repoLocal}/${groupId}/jars"
   
  +        mkdir -p ${repoLocal}/${groupId}/jars > /dev/null 2>&1
  +
           cp target/${jarName} ${repoLocal}/${groupId}/jars
           
         fi
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org