From 209019beb8973f20233e6dbfbf94c7e5bf4dd9a0 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 14 Sep 2022 16:24:24 +0100 Subject: [PATCH] Fix filtering problem for plugins config file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The plugins-configuration.yaml file, for now, does not use no maven variable. If it is filled with the expected YAML content, the filter option will break the execution. Change-Id: Ibf56a3962849dc25db4e0db1f1919a50650c6f2d Issue-ID: SDC-4179 Signed-off-by: André Schmid --- integration-tests/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 175e45b19e..3896dbc79c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -56,6 +56,7 @@ limitations under the License. 1.7.0 + false @@ -374,6 +375,12 @@ limitations under the License. true integration-test.json + + + + environments + false + plugins-configuration.yaml -- 2.16.6