You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/11/19 08:17:49 UTC

[plc4x] 01/02: - Updated the build to only unpack xml files into the PLC4Go test-assets directory

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/plc4go
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit e55951e913a0acc53fa688daf2df555910030d1c
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Nov 19 09:06:06 2020 +0100

    - Updated the build to only unpack xml files into the PLC4Go test-assets directory
---
 plc4go/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index af66d83..b5f6241 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -56,6 +56,7 @@
                   <classifier>tests</classifier>
                   <type>test-jar</type>
                   <outputDirectory>${project.basedir}/assets/testing</outputDirectory>
+                  <includes>**/*.xml</includes>
                   <excludes>META-INF/**</excludes>
                 </artifactItem>
                 <artifactItem>
@@ -64,6 +65,7 @@
                   <classifier>tests</classifier>
                   <type>test-jar</type>
                   <outputDirectory>${project.basedir}/assets/testing</outputDirectory>
+                  <includes>**/*.xml</includes>
                   <excludes>META-INF/**,org/**</excludes>
                 </artifactItem>
                 <artifactItem>
@@ -72,6 +74,7 @@
                   <classifier>tests</classifier>
                   <type>test-jar</type>
                   <outputDirectory>${project.basedir}/assets/testing</outputDirectory>
+                  <includes>**/*.xml</includes>
                   <excludes>META-INF/**</excludes>
                 </artifactItem>
                 <artifactItem>
@@ -80,6 +83,7 @@
                   <classifier>tests</classifier>
                   <type>test-jar</type>
                   <outputDirectory>${project.basedir}/assets/testing</outputDirectory>
+                  <includes>**/*.xml</includes>
                   <excludes>META-INF/**,org/**</excludes>
                 </artifactItem>
               </artifactItems>