maven/maven-mboot
Jason van Zyl f646e34f61 Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162523 13f79535-47bb-0310-9956-ffa450edef68
2004-01-03 05:33:25 +00:00
..
2004-01-03 05:33:25 +00:00
2004-01-03 05:33:25 +00:00
2004-01-03 05:33:25 +00:00

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

o export MBOOT_HOME=<whatever>
o export PATH=$PATH:$MBOOT_HOME
o ./build
o cd target
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.