Skip to content

Commit

Permalink
show maven.home at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Mar 6, 2024
1 parent 76d8f2b commit 5952021
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class XtextGeneratorIT {
static public void setUpOnce() throws IOException, VerificationException {
testDir = extractTestRoot();
if (fork) {
System.out.println("maven.home=" + System.getProperty("maven.home"));
File mvnExecutable = new File(new Verifier(testDir.getAbsolutePath()).getExecutable());
if (!mvnExecutable.exists()) {
String mavenHome = findMaven();
Expand Down

0 comments on commit 5952021

Please sign in to comment.