mirror of
https://github.com/apache/maven.git
synced 2025-02-23 19:05:45 +00:00
Display the executable being used.
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@636870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
652f2f7a18
commit
1e9b4e1845
@ -39,8 +39,10 @@ public static Test suite() throws VerificationException
|
||||
{
|
||||
verifier = new Verifier( "" );
|
||||
String mavenVersion = verifier.getMavenVersion();
|
||||
|
||||
out.println( "Running integration tests for Maven " + mavenVersion );
|
||||
|
||||
String executable = verifier.getExecutable();
|
||||
|
||||
out.println( "Running integration tests for Maven " + mavenVersion + "using Maven executable: " + executable );
|
||||
|
||||
System.setProperty( "maven.version", mavenVersion );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user