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 2023/12/26 15:27:07 UTC

(plc4x) 02/03: fix: Made it possible to build plc4go with disabled tests.

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

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

commit c454b32a4b36a533cbbc0e97c95427062fa289a9
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Tue Dec 26 16:15:21 2023 +0100

    fix: Made it possible to build plc4go with disabled tests.
---
 plc4go/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4go/pom.xml b/plc4go/pom.xml
index 8908eb2cd9..edabda0b41 100644
--- a/plc4go/pom.xml
+++ b/plc4go/pom.xml
@@ -454,6 +454,7 @@
               <goal>exec</goal>
             </goals>
             <configuration>
+              <skip>${skipTests}</skip>
               <executable>${project.build.directory}/go-junit-report</executable>
               <arguments>
                 <argument>-in</argument>