You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/01/04 00:52:03 UTC

cvs commit: maven-components/maven-mboot README.txt

brett       2004/01/03 15:52:03

  Modified:    maven-mboot README.txt
  Log:
  update instructions to match
  
  Revision  Changes    Path
  1.2       +2 -2      maven-components/maven-mboot/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-mboot/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	3 Jan 2004 05:33:26 -0000	1.1
  +++ README.txt	3 Jan 2004 23:52:03 -0000	1.2
  @@ -1,13 +1,13 @@
   How to use mboot
   ----------------
   
  -o export MBOOT_HOME=<whatever>
  -o export PATH=$PATH:$MBOOT_HOME
   o ./build
   o cd target
  +o export MBOOT_HOME=<whatever>; export PATH=$PATH:$MBOOT_HOME (optional)
   o ./mboot-install.sh
   o mboot
   
   mboot will build Maven projects that are relatively simple. It will build
   a JAR and package any resources into the JAR. Good enough for Maven itself
   and the plugins but appears to be useful for other things.
  +
  
  
  

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