From 02e654b28f2a46e8fc0653105291e54e33fcddda Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Sat, 3 Jan 2004 23:52:03 +0000 Subject: [PATCH] update instructions to match git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162535 13f79535-47bb-0310-9956-ffa450edef68 --- maven-mboot/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-mboot/README.txt b/maven-mboot/README.txt index f797871b72..2fd748e95e 100644 --- a/maven-mboot/README.txt +++ b/maven-mboot/README.txt @@ -1,13 +1,13 @@ How to use mboot ---------------- -o export MBOOT_HOME= -o export PATH=$PATH:$MBOOT_HOME o ./build o cd target +o export MBOOT_HOME=; 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. +