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
The following commit(s) were added to refs/heads/develop by this push:
new 5ab12659d8 fic: Moved the maven-dependency-plugin config to the
profile.
5ab12659d8 is described below
commit 5ab12659d809886735a8d12187aa1f2fdbc1e956
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Nov 18 16:40:21 2023 +0100
fic: Moved the maven-dependency-plugin config to the profile.
---
plc4j/drivers/s7/pom.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/plc4j/drivers/s7/pom.xml b/plc4j/drivers/s7/pom.xml
index 8a94649943..6ff47e7645 100644
--- a/plc4j/drivers/s7/pom.xml
+++ b/plc4j/drivers/s7/pom.xml
@@ -85,16 +85,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>
@@ -204,6 +194,16 @@
</execution>
</executions>
</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>