From: andre.schmid Date: Wed, 14 Sep 2022 15:24:24 +0000 (+0100) Subject: Fix filtering problem for plugins config file X-Git-Tag: 1.11.9~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F130947%2F2;p=sdc.git Fix filtering problem for plugins config file 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 --- 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