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/04/02 06:44:49 UTC

[plc4x] 02/02: - Fine tuned some execution names - Disabled the "proxy protocol" extraction

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

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

commit 893d4fe9f633b9e80b6d503a4b9805d0be11d9f5
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Apr 2 08:43:52 2020 +0200

    - Fine tuned some execution names
    - Disabled the "proxy protocol" extraction
---
 sandbox/plc4cpp/pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sandbox/plc4cpp/pom.xml b/sandbox/plc4cpp/pom.xml
index a9a1b38..02af1e7 100644
--- a/sandbox/plc4cpp/pom.xml
+++ b/sandbox/plc4cpp/pom.xml
@@ -134,14 +134,14 @@
             <artifactId>maven-dependency-plugin</artifactId>
             <executions>
               <execution>
-                <id>get-boost</id>
+                <id>get-thrift</id>
                 <phase>generate-sources</phase>
                 <goals>
                   <goal>unpack</goal>
                 </goals>
                 <configuration>
                   <artifactItems combine.children="append">
-                    <!-- Get the pre-packaged boost library -->
+                    <!-- Get the pre-packaged thrift library -->
                     <artifactItem>
                       <groupId>org.apache.plc4x</groupId>
                       <artifactId>plc4x-tools-thrift</artifactId>
@@ -166,7 +166,6 @@
       <plugin>
         <groupId>com.googlecode.maven-download-plugin</groupId>
         <artifactId>download-maven-plugin</artifactId>
-        <version>1.4.0</version>
         <executions>
           <execution>
             <id>get-cmake</id>
@@ -208,14 +207,14 @@
                   <outputDirectory>${project.build.directory}/lib/boost</outputDirectory>
                 </artifactItem>
                 <!-- Unpack the protocol spec for the proxy driver -->
-                <artifactItem>
+                <!--artifactItem>
                   <groupId>org.apache.plc4x</groupId>
                   <artifactId>plc4x-protocols-proxy</artifactId>
                   <version>${project.version}</version>
                   <type>jar</type>
                   <overWrite>true</overWrite>
                   <outputDirectory>${project.build.directory}/protocol-spec</outputDirectory>
-                </artifactItem>
+                </artifactItem-->
                 <!-- Unpack the thrift compiler -->
                 <artifactItem>
                   <groupId>org.apache.plc4x</groupId>