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 1ff58957f83cfa00bd033c27112f50ae04d41bec Author: Christofer Dutz <[email protected]> AuthorDate: Sat Oct 14 16:01:14 2023 +0200 build: Added an option to skip code-generation --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index ac03b14267..cf88ed58f1 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,7 @@ <asciidoctorj.version>2.5.10</asciidoctorj.version> <asciidoctorj.diagram.version>2.2.13</asciidoctorj.diagram.version> + <skip-code-generation>false</skip-code-generation> <skip-code-generation-tests>true</skip-code-generation-tests> <skip-pgp-signing>false</skip-pgp-signing> <enable-all-tests>false</enable-all-tests> @@ -1052,6 +1053,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>
