maven/maven-mboot
Jason van Zyl dd4fc3384f o moving core deps into top-level pom.xml to be shared by all the
component builds.
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162741 13f79535-47bb-0310-9956-ffa450edef68
2004-06-10 20:27:50 +00:00
..
src o doing the pom.xml thing 2004-06-09 03:10:50 +00:00
.cvsignore o Adding eclipse excludes. 2004-05-11 21:20:11 +00:00
README.txt update instructions to match 2004-01-03 23:52:03 +00:00
TODO.txt *** empty log message *** 2004-03-23 16:51:50 +00:00
build *** empty log message *** 2004-04-10 04:56:08 +00:00
pom.xml o moving core deps into top-level pom.xml to be shared by all the 2004-06-10 20:27:50 +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.