mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
of specifying a parent model to use which is of the form: <parent> <groupId/> <artifactId/> <version/> </parent> This allows us to work consistently from the local repository or the unified source root where missing models are downloaded now that we have the required information within the <parent/> element. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162656 13f79535-47bb-0310-9956-ffa450edef68
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.