mirror of https://github.com/apache/maven.git
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:
parent
c5ff653579
commit
6d0ebd415b
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue