diff --git a/liberty-maven-plugin/src/it/server-config-props-it/cleanTest.bsh b/liberty-maven-plugin/src/it/server-config-props-it/cleanTest.bsh deleted file mode 100644 index c9b4b7ff8..000000000 --- a/liberty-maven-plugin/src/it/server-config-props-it/cleanTest.bsh +++ /dev/null @@ -1,4 +0,0 @@ -//Runs clean in the test project directory -Runtime.getRuntime().exec("../../../../mvnw clean", null, basedir); -System.out.println("Cleaned target dir(s) for " + basedir); -return true; \ No newline at end of file