mirror of https://github.com/apache/maven.git
update instructions to match
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb659f9b74
commit
02e654b28f
|
@ -1,13 +1,13 @@
|
||||||
How to use mboot
|
How to use mboot
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
o export MBOOT_HOME=<whatever>
|
|
||||||
o export PATH=$PATH:$MBOOT_HOME
|
|
||||||
o ./build
|
o ./build
|
||||||
o cd target
|
o cd target
|
||||||
|
o export MBOOT_HOME=<whatever>; export PATH=$PATH:$MBOOT_HOME (optional)
|
||||||
o ./mboot-install.sh
|
o ./mboot-install.sh
|
||||||
o mboot
|
o mboot
|
||||||
|
|
||||||
mboot will build Maven projects that are relatively simple. It will build
|
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
|
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.
|
and the plugins but appears to be useful for other things.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue