From 0f7f5cb7fa827df8a6b836a2212545c6d3421ec6 Mon Sep 17 00:00:00 2001 From: Sankar Neelakandan Date: Tue, 6 Dec 2022 11:23:03 -0800 Subject: [PATCH 1/2] pass bash as executable and rest of the parameters as arguments, otherwise this fails when running targets in windows OS --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5c99cbbf08c..51fa80c456d 100644 --- a/pom.xml +++ b/pom.xml @@ -189,10 +189,11 @@ exec - ../validateCLI.sh - - .. - + bash + + ../validateCLI.sh + .. + From 96447f060ea0035e42e0ee4f32429be76eb0df32 Mon Sep 17 00:00:00 2001 From: Sankar Neelakandan Date: Tue, 6 Dec 2022 11:28:30 -0800 Subject: [PATCH 2/2] format --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 51fa80c456d..b03b350f9f7 100644 --- a/pom.xml +++ b/pom.xml @@ -190,10 +190,10 @@ bash - + ../validateCLI.sh .. - +