mirror of https://github.com/apache/maven.git
53acb4a064
doco generation and plugin descriptor generation in the bootstrap. these tools can be used as a maven plugin but i don't want to have to do anything by hand for bootstrap. this will also allow rapid refactoring of the plugin mechanism because the @tags won't have to change in the plugins very often but we can generate a different format by changing the generator. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162703 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
src | ||
.cvsignore | ||
README.txt | ||
TODO.txt | ||
build |
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.