diff --git a/liberty-maven-plugin/src/test/resources/cleanTest.bsh b/liberty-maven-plugin/src/test/resources/cleanTest.bsh index 45fb96464..7d0f5a8b9 100644 --- a/liberty-maven-plugin/src/test/resources/cleanTest.bsh +++ b/liberty-maven-plugin/src/test/resources/cleanTest.bsh @@ -6,6 +6,6 @@ if (basedir.getName().contains("versionless-feature-fail-") || basedir.getName() flag = source(errorScript); } //Runs clean in the test project directory -//Runtime.getRuntime().exec("../../../../mvnw clean", null, basedir); +Runtime.getRuntime().exec("../../../../mvnw clean", null, basedir); System.out.println("Cleaned target dir(s) for " + basedir); return flag; \ No newline at end of file