This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch feature/code-generation-in-profile
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to
refs/heads/feature/code-generation-in-profile by this push:
new 9993eaad21 fix: Removed marking the code-gen artifacts as used.
9993eaad21 is described below
commit 9993eaad21b957e237d3cd44691899cbb6b3c52e
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Oct 25 12:32:05 2023 +0200
fix: Removed marking the code-gen artifacts as used.
---
plc4j/drivers/ab-eth/pom.xml | 10 ----------
plc4j/drivers/ads/pom.xml | 10 ----------
plc4j/drivers/c-bus/pom.xml | 10 ----------
plc4j/drivers/canopen/pom.xml | 10 ----------
plc4j/drivers/eip/pom.xml | 10 ----------
plc4j/drivers/firmata/pom.xml | 2 --
plc4j/drivers/iec-60870/pom.xml | 10 ----------
plc4j/drivers/knxnetip/pom.xml | 10 ----------
plc4j/drivers/modbus/pom.xml | 2 --
plc4j/drivers/opcua/pom.xml | 10 ----------
plc4j/drivers/open-protocol/pom.xml | 2 --
plc4j/drivers/plc4x/pom.xml | 10 ----------
plc4j/drivers/profinet-ng/pom.xml | 10 ----------
plc4j/drivers/profinet/pom.xml | 10 ----------
plc4j/drivers/s7/pom.xml | 10 ----------
plc4j/drivers/simulated/pom.xml | 10 ----------
16 files changed, 136 deletions(-)
diff --git a/plc4j/drivers/ab-eth/pom.xml b/plc4j/drivers/ab-eth/pom.xml
index b93ea18aa0..b9be21cd6e 100644
--- a/plc4j/drivers/ab-eth/pom.xml
+++ b/plc4j/drivers/ab-eth/pom.xml
@@ -78,16 +78,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-ab-eth</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/ads/pom.xml b/plc4j/drivers/ads/pom.xml
index c7aa4bc086..627b1dd102 100644
--- a/plc4j/drivers/ads/pom.xml
+++ b/plc4j/drivers/ads/pom.xml
@@ -78,16 +78,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-ads</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/c-bus/pom.xml b/plc4j/drivers/c-bus/pom.xml
index d9bb8d5283..7ec0ab331a 100644
--- a/plc4j/drivers/c-bus/pom.xml
+++ b/plc4j/drivers/c-bus/pom.xml
@@ -80,16 +80,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-c-bus</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/canopen/pom.xml b/plc4j/drivers/canopen/pom.xml
index 9cd810fcb4..41c227a9bd 100644
--- a/plc4j/drivers/canopen/pom.xml
+++ b/plc4j/drivers/canopen/pom.xml
@@ -80,16 +80,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-canopen</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/eip/pom.xml b/plc4j/drivers/eip/pom.xml
index 6d4d325f18..ba19c3120b 100644
--- a/plc4j/drivers/eip/pom.xml
+++ b/plc4j/drivers/eip/pom.xml
@@ -81,16 +81,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-eip</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/firmata/pom.xml b/plc4j/drivers/firmata/pom.xml
index 486f7b7b93..ffbeaa53ce 100644
--- a/plc4j/drivers/firmata/pom.xml
+++ b/plc4j/drivers/firmata/pom.xml
@@ -83,8 +83,6 @@
<configuration>
<usedDependencies combine.children="append">
<usedDependency>com.github.purejavacomm:purejavacomm</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-firmata</usedDependency>
</usedDependencies>
</configuration>
</plugin>
diff --git a/plc4j/drivers/iec-60870/pom.xml b/plc4j/drivers/iec-60870/pom.xml
index fe8d6328d9..7e6db6a2ec 100644
--- a/plc4j/drivers/iec-60870/pom.xml
+++ b/plc4j/drivers/iec-60870/pom.xml
@@ -79,16 +79,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-iec-60870</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/knxnetip/pom.xml b/plc4j/drivers/knxnetip/pom.xml
index bb5fb957c1..9324aeeb99 100644
--- a/plc4j/drivers/knxnetip/pom.xml
+++ b/plc4j/drivers/knxnetip/pom.xml
@@ -77,16 +77,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-knxnetip</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/modbus/pom.xml b/plc4j/drivers/modbus/pom.xml
index 997f171d69..0d7a9c4fda 100644
--- a/plc4j/drivers/modbus/pom.xml
+++ b/plc4j/drivers/modbus/pom.xml
@@ -85,8 +85,6 @@
<usedDependencies combine.children="append">
<usedDependency>org.apache.plc4x:plc4j-transport-serial</usedDependency>
<usedDependency>org.apache.plc4x:plc4j-transport-raw-socket</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-modbus</usedDependency>
</usedDependencies>
</configuration>
</plugin>
diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml
index 9486ab8e83..762dfcba4b 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -93,16 +93,6 @@
</excludes>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-opcua</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/open-protocol/pom.xml
b/plc4j/drivers/open-protocol/pom.xml
index 2d6de4f3c1..96bbdb2941 100644
--- a/plc4j/drivers/open-protocol/pom.xml
+++ b/plc4j/drivers/open-protocol/pom.xml
@@ -84,8 +84,6 @@
<configuration>
<usedDependencies combine.children="append">
<usedDependency>org.apache.plc4x:plc4j-transport-serial</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-open-protocol</usedDependency>
</usedDependencies>
</configuration>
</plugin>
diff --git a/plc4j/drivers/plc4x/pom.xml b/plc4j/drivers/plc4x/pom.xml
index 278c83dcaa..d47b8e1baa 100644
--- a/plc4j/drivers/plc4x/pom.xml
+++ b/plc4j/drivers/plc4x/pom.xml
@@ -81,16 +81,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-plc4x</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/profinet-ng/pom.xml
b/plc4j/drivers/profinet-ng/pom.xml
index 40c4bd449c..f19b1b7516 100644
--- a/plc4j/drivers/profinet-ng/pom.xml
+++ b/plc4j/drivers/profinet-ng/pom.xml
@@ -78,16 +78,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-profinet</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/profinet/pom.xml b/plc4j/drivers/profinet/pom.xml
index 76b207c7b8..2d1454aa06 100644
--- a/plc4j/drivers/profinet/pom.xml
+++ b/plc4j/drivers/profinet/pom.xml
@@ -78,16 +78,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-profinet</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/s7/pom.xml b/plc4j/drivers/s7/pom.xml
index 7e89512a58..488790f6cf 100644
--- a/plc4j/drivers/s7/pom.xml
+++ b/plc4j/drivers/s7/pom.xml
@@ -81,16 +81,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-s7</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/plc4j/drivers/simulated/pom.xml b/plc4j/drivers/simulated/pom.xml
index 18eb0abf40..b779d053b7 100644
--- a/plc4j/drivers/simulated/pom.xml
+++ b/plc4j/drivers/simulated/pom.xml
@@ -78,16 +78,6 @@
</instructions>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <configuration>
- <usedDependencies combine.children="append">
-
<usedDependency>org.apache.plc4x:plc4x-code-generation-language-java</usedDependency>
-
<usedDependency>org.apache.plc4x:plc4x-protocols-simulated</usedDependency>
- </usedDependencies>
- </configuration>
- </plugin>
</plugins>
</build>