From bb3b8179e6cad61a6e7163233b4e23598ff84e7d Mon Sep 17 00:00:00 2001 From: Robert Patrick Date: Mon, 5 Apr 2021 08:01:14 -0500 Subject: [PATCH 1/2] adding args to release plugin --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index df0f630bf2..ca85136c90 100644 --- a/pom.xml +++ b/pom.xml @@ -112,6 +112,9 @@ org.apache.maven.plugins maven-release-plugin 3.0.0-M1 + + -Dunit-test-wlst-dir=${unit-test-wlst-dir} + org.apache.maven.plugins From 631aa5f3a14f7d782dcdde63cd13c37983885bf4 Mon Sep 17 00:00:00 2001 From: Robert Patrick Date: Mon, 5 Apr 2021 08:10:20 -0500 Subject: [PATCH 2/2] moving args line --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ca85136c90..e8a851e303 100644 --- a/pom.xml +++ b/pom.xml @@ -112,9 +112,6 @@ org.apache.maven.plugins maven-release-plugin 3.0.0-M1 - - -Dunit-test-wlst-dir=${unit-test-wlst-dir} - org.apache.maven.plugins @@ -269,6 +266,7 @@ org.apache.maven.plugins maven-release-plugin + -Dunit-test-wlst-dir=${unit-test-wlst-dir} release-@{project.version} install