maven/maven-mboot
Jason van Zyl d696df54d9 o only download snapshots when the files already exist in the local
repository.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162579 13f79535-47bb-0310-9956-ffa450edef68
2004-03-08 17:21:09 +00:00
..
src o only download snapshots when the files already exist in the local 2004-03-08 17:21:09 +00:00
.cvsignore o cvsignore 2004-01-03 06:30:41 +00:00
README.txt update instructions to match 2004-01-03 23:52:03 +00:00
TODO.txt o adding install capability 2004-02-07 16:55:04 +00:00
build o using wget for the initial build to grab the things required by mboot 2004-01-31 05:28:06 +00:00

README.txt

How to use mboot
----------------

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.