You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/04/25 14:33:57 UTC

cvs commit: maven-new runcli.bat project.xml

bwalding    2003/04/25 05:33:57

  Modified:    .        runcli.bat project.xml
  Log:
  More miscellany
  
  Revision  Changes    Path
  1.5       +1 -1      maven-new/runcli.bat
  
  Index: runcli.bat
  ===================================================================
  RCS file: /home/cvs/maven-new/runcli.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- runcli.bat	25 Apr 2003 09:05:17 -0000	1.4
  +++ runcli.bat	25 Apr 2003 12:33:56 -0000	1.5
  @@ -2,4 +2,4 @@
   REM Compile maven using
   REM maven aspectj:compile uberjar
   
  -java -DMAVEN_HOME=%MAVEN_HOME% -Dbasedir=. -jar target\maven-uber.jar %1 %2 %3 %4 %5 %6 %7
  \ No newline at end of file
  +java -Dmaven.repo.local=%MAVEN_HOME%/repository -DMAVEN_HOME=%MAVEN_HOME% -Dbasedir=. -jar target\maven-uber.jar %1 %2 %3 %4 %5 %6 %7
  \ No newline at end of file
  
  
  
  1.9       +6 -0      maven-new/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-new/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	25 Apr 2003 09:05:17 -0000	1.8
  +++ project.xml	25 Apr 2003 12:33:56 -0000	1.9
  @@ -400,6 +400,12 @@
         <version>1.0beta6</version>
       </dependency>
   
  +    <dependency>
  +      <groupId>junit</groupId>
  +      <artifactId>junit</artifactId>
  +      <version>3.8.1</version>
  +    </dependency>
  +
     </dependencies>
     
     <build>
  
  
  

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