mirror of https://github.com/apache/maven.git
cleaned up version output
This commit is contained in:
parent
578496fe2f
commit
a71bd825ec
|
@ -42,7 +42,7 @@ public class MavenWrapperMain {
|
|||
File rootDir = rootDir(wrapperJar);
|
||||
|
||||
String wrapperVersion = wrapperVersion();
|
||||
System.out.println("Takari Maven Wrapper: " + wrapperVersion);
|
||||
System.out.println("Takari Maven Wrapper " + wrapperVersion);
|
||||
|
||||
Properties systemProperties = System.getProperties();
|
||||
systemProperties.putAll(parseSystemPropertiesFromArgs(args));
|
||||
|
|
Loading…
Reference in New Issue