Add message for m2 install directoy.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-09-07 12:08:48 +00:00
parent c5ff653579
commit 6d0ebd415b
2 changed files with 8 additions and 0 deletions

View File

@ -339,6 +339,14 @@ public class MBoot
FileUtils.copyFileToDirectory( repoLocal + "/maven/jars/maven-core-2.0-SNAPSHOT.jar", lib );
System.out.println();
System.out.println( "Maven2 is installed in " + dist.getAbsolutePath() );
System.out.println( "--------------------------------------------------------------------" );
System.out.println();
fullStop = new Date();
stats( fullStart, fullStop );

BIN
mboot.jar

Binary file not shown.