From 0cfc6f9e51a1cf81042e0a4a7859399d9dea89da Mon Sep 17 00:00:00 2001 From: Arun Venmany Date: Wed, 20 Nov 2024 15:16:57 +0530 Subject: [PATCH] adding more tests based on review comments Signed-off-by: Arun Venmany --- liberty-maven-plugin/src/test/resources/cleanTest.bsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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