Fix filtering problem for plugins config file 47/130947/2
authorandre.schmid <andre.schmid@est.tech>
Wed, 14 Sep 2022 15:24:24 +0000 (16:24 +0100)
committerMichael Morris <michael.morris@est.tech>
Fri, 16 Sep 2022 08:58:25 +0000 (08:58 +0000)
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 <andre.schmid@est.tech>
integration-tests/pom.xml

index 175e45b..3896dbc 100644 (file)
@@ -56,6 +56,7 @@ limitations under the License.
 
         <!-- parser-->
         <sdc-tosca-parser.version>1.7.0</sdc-tosca-parser.version>
+        <docker.showLogs>false</docker.showLogs>
     </properties>
 
     <dependencies>
@@ -374,6 +375,12 @@ limitations under the License.
                                     <filtering>true</filtering>
                                     <includes>
                                         <include>integration-test.json</include>
+                                    </includes>
+                                </resource>
+                                <resource>
+                                    <directory>environments</directory>
+                                    <filtering>false</filtering>
+                                    <includes>
                                         <include>plugins-configuration.yaml</include>
                                     </includes>
                                 </resource>