This is an automated email from the ASF dual-hosted git repository.
chrisdutz 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 54f4419e91 restore skip-code-generation property usage (#2407)
54f4419e91 is described below
commit 54f4419e91452ef8ad36b5b62764e6191f7b6230
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Jul 8 22:39:45 2026 +0200
restore skip-code-generation property usage (#2407)
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index da57b35002..caefb3e7ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -994,6 +994,9 @@
<groupId>org.apache.plc4x.plugins</groupId>
<artifactId>plc4x-maven-plugin</artifactId>
<version>${plc4x-code-generation.version}</version>
+ <configuration>
+ <skip>${skip-code-generation}</skip>
+ </configuration>
</plugin>
<plugin>