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/10/26 19:14:38 UTC

[plc4x] branch feature/plc4go updated: - Get the plc4go build running on jenkins

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


The following commit(s) were added to refs/heads/feature/plc4go by this push:
     new d56b97a  - Get the plc4go build running on jenkins
d56b97a is described below

commit d56b97a04e15277df82a19393efacbd3d9e5d5c2
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 26 20:14:31 2020 +0100

    - Get the plc4go build running on jenkins
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d4bdea9..3421a8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -951,7 +951,7 @@
             <exclude>project_version</exclude>
 
             <!-- Exclude files generated by the go build system -->
-            <exclude>go.sum</exclude>
+            <exclude>**/go.sum</exclude>
 
             <!--exclude>plc4go/**</exclude-->
           </excludes>