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 2021/12/14 14:47:53 UTC

[plc4x] 01/02: fix: tried getting the kafka connector build working in the release.

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

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

commit 6986739ff7316a96b0c58eba435cfb58f44c05b9
Author: cdutz <ch...@c-ware.de>
AuthorDate: Sun Dec 12 15:25:42 2021 +0100

    fix: tried getting the kafka connector build working in the release.
---
 plc4j/integrations/apache-kafka/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/plc4j/integrations/apache-kafka/pom.xml b/plc4j/integrations/apache-kafka/pom.xml
index f6e3e3b..b314950 100644
--- a/plc4j/integrations/apache-kafka/pom.xml
+++ b/plc4j/integrations/apache-kafka/pom.xml
@@ -174,6 +174,17 @@
         </executions>
       </plugin>
     </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <!-- Try to make the kafka plugin use this version of the jar-plugin -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>3.2.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
   </build>
 
   <dependencies>