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/10 15:56:48 UTC

[plc4x] branch feature/plc4go updated: - Cleaned up the PLC4Go pom

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 dd6ef17  - Cleaned up the PLC4Go pom
dd6ef17 is described below

commit dd6ef1762829dbaf21c85a1c1666446e1d5524e9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat Oct 10 17:56:42 2020 +0200

    - Cleaned up the PLC4Go pom
---
 sandbox/plc4go/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sandbox/plc4go/pom.xml b/sandbox/plc4go/pom.xml
index 1e12df0..7b20f90 100644
--- a/sandbox/plc4go/pom.xml
+++ b/sandbox/plc4go/pom.xml
@@ -35,7 +35,7 @@
   <description>Implementation of the protocol adapters for usage as Go(lang) library.</description>
 
   <build>
-    <sourceDirectory>src</sourceDirectory>
+    <sourceDirectory>cmd</sourceDirectory>
     <plugins>
       <!--
         Generate the driver code.
@@ -130,12 +130,8 @@
           </execution>
         </executions>
         <configuration>
-          <!--packages>
-            <package>cmd/modbus/modbus.go</package>
-          </packages-->
           <packages>
             <package>plc4x.apache.org/plc4go-modbus-driver/0.8.0/cmd/main</package>
-            <!--package>plc4x.apache.org/plc4go-modbus-driver/0.8.0/internal/plc4go/modbus/readwrite/model</package-->
           </packages>
           <sources>${project.basedir}</sources>
         </configuration>