This is an automated email from the ASF dual-hosted git repository.
yamer pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 4570657c8 kie-issues#2193: Preliminary changes to enable Gradle and
improvements to `kogito-maven-plugin` (#2154)
4570657c8 is described below
commit 4570657c855aca1c455ff4ca54826152fbe9f020
Author: Yeser Amer <[email protected]>
AuthorDate: Thu Jan 15 12:10:14 2026 +0100
kie-issues#2193: Preliminary changes to enable Gradle and improvements to
`kogito-maven-plugin` (#2154)
---
kogito-springboot-examples/decisiontable-springboot-example/pom.xml | 1 -
kogito-springboot-examples/dmn-15-springboot-example/pom.xml | 1 -
kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml | 1 -
kogito-springboot-examples/dmn-event-driven-springboot/pom.xml | 1 -
kogito-springboot-examples/dmn-listener-springboot/pom.xml | 1 -
kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml | 1 -
.../dmn-springboot-consumer-example/pom.xml | 1 -
kogito-springboot-examples/dmn-springboot-example/pom.xml | 1 -
kogito-springboot-examples/dmn-tracing-springboot/pom.xml | 1 -
kogito-springboot-examples/flexible-process-springboot/pom.xml | 1 -
kogito-springboot-examples/onboarding-springboot/pom.xml | 1 -
kogito-springboot-examples/pmml-event-driven-springboot/pom.xml | 1 -
kogito-springboot-examples/pmml-springboot-example/pom.xml | 1 -
.../process-business-calendar-springboot-example/pom.xml | 1 -
kogito-springboot-examples/process-business-rules-springboot/pom.xml | 1 -
kogito-springboot-examples/process-decisions-rest-springboot/pom.xml | 1 -
kogito-springboot-examples/process-decisions-rules-springboot/pom.xml | 1 -
kogito-springboot-examples/process-decisions-springboot/pom.xml | 1 -
.../process-infinispan-persistence-springboot/pom.xml | 1 -
kogito-springboot-examples/process-kafka-multi-springboot/pom.xml | 1 -
kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml | 1 -
.../process-mongodb-persistence-springboot/pom.xml | 1 -
kogito-springboot-examples/process-monitoring-springboot/pom.xml | 1 -
kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml | 1 -
kogito-springboot-examples/process-performance-springboot/pom.xml | 1 -
.../process-postgresql-persistence-springboot/pom.xml | 1 -
kogito-springboot-examples/process-rest-service-call-springboot/pom.xml | 1 -
kogito-springboot-examples/process-scripts-springboot/pom.xml | 1 -
kogito-springboot-examples/process-service-calls-springboot/pom.xml | 1 -
kogito-springboot-examples/process-springboot-example/pom.xml | 1 -
kogito-springboot-examples/process-timer-springboot/pom.xml | 1 -
.../process-usertasks-custom-lifecycle-springboot/pom.xml | 1 -
kogito-springboot-examples/process-usertasks-springboot/pom.xml | 1 -
.../process-usertasks-with-security-oidc-springboot/pom.xml | 1 -
.../process-usertasks-with-security-springboot/pom.xml | 1 -
.../rules-legacy-scesim-springboot-example/pom.xml | 1 -
kogito-springboot-examples/rules-legacy-springboot-example/pom.xml | 1 -
kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml | 1 -
kogito-springboot-examples/ruleunit-springboot-example/pom.xml | 1 -
39 files changed, 39 deletions(-)
diff --git
a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
index 74c4b95bb..15c700bd4 100644
--- a/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
+++ b/kogito-springboot-examples/decisiontable-springboot-example/pom.xml
@@ -80,7 +80,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-15-springboot-example/pom.xml
b/kogito-springboot-examples/dmn-15-springboot-example/pom.xml
index 1d12a26f2..31617d37d 100644
--- a/kogito-springboot-examples/dmn-15-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-15-springboot-example/pom.xml
@@ -107,7 +107,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
index 93ac0d6b7..00cb7258f 100755
--- a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
+++ b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml
@@ -106,7 +106,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
index 6229cd158..b03d91a68 100644
--- a/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-event-driven-springboot/pom.xml
@@ -102,7 +102,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-listener-springboot/pom.xml
b/kogito-springboot-examples/dmn-listener-springboot/pom.xml
index 5af0c9706..4915c168a 100644
--- a/kogito-springboot-examples/dmn-listener-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-listener-springboot/pom.xml
@@ -81,7 +81,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
index 45cfe3242..780f6a5c9 100644
--- a/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-pmml-springboot-example/pom.xml
@@ -97,7 +97,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/dmn-resource-jar-springboot-example/dmn-springboot-consumer-example/pom.xml
b/kogito-springboot-examples/dmn-resource-jar-springboot-example/dmn-springboot-consumer-example/pom.xml
index bf4b00854..e6c5e31d4 100644
---
a/kogito-springboot-examples/dmn-resource-jar-springboot-example/dmn-springboot-consumer-example/pom.xml
+++
b/kogito-springboot-examples/dmn-resource-jar-springboot-example/dmn-springboot-consumer-example/pom.xml
@@ -105,7 +105,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-springboot-example/pom.xml
b/kogito-springboot-examples/dmn-springboot-example/pom.xml
index d396fb4df..ce0f31a57 100644
--- a/kogito-springboot-examples/dmn-springboot-example/pom.xml
+++ b/kogito-springboot-examples/dmn-springboot-example/pom.xml
@@ -86,7 +86,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
index 6842c9eb1..19ef64ee9 100644
--- a/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
+++ b/kogito-springboot-examples/dmn-tracing-springboot/pom.xml
@@ -97,7 +97,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/flexible-process-springboot/pom.xml
b/kogito-springboot-examples/flexible-process-springboot/pom.xml
index 524da7132..2c4dad925 100644
--- a/kogito-springboot-examples/flexible-process-springboot/pom.xml
+++ b/kogito-springboot-examples/flexible-process-springboot/pom.xml
@@ -96,7 +96,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/onboarding-springboot/pom.xml
b/kogito-springboot-examples/onboarding-springboot/pom.xml
index 3f5a3bf2c..c8a7a4fcd 100644
--- a/kogito-springboot-examples/onboarding-springboot/pom.xml
+++ b/kogito-springboot-examples/onboarding-springboot/pom.xml
@@ -104,7 +104,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
index 04d2c296a..82de1ca58 100644
--- a/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/pmml-event-driven-springboot/pom.xml
@@ -92,7 +92,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/pmml-springboot-example/pom.xml
b/kogito-springboot-examples/pmml-springboot-example/pom.xml
index b95fb04bc..eb7460614 100644
--- a/kogito-springboot-examples/pmml-springboot-example/pom.xml
+++ b/kogito-springboot-examples/pmml-springboot-example/pom.xml
@@ -86,7 +86,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-business-calendar-springboot-example/pom.xml
b/kogito-springboot-examples/process-business-calendar-springboot-example/pom.xml
index 2845db14d..6c1c41cb4 100644
---
a/kogito-springboot-examples/process-business-calendar-springboot-example/pom.xml
+++
b/kogito-springboot-examples/process-business-calendar-springboot-example/pom.xml
@@ -75,7 +75,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-business-rules-springboot/pom.xml
b/kogito-springboot-examples/process-business-rules-springboot/pom.xml
index 68ea19e2e..f3b1ba720 100644
--- a/kogito-springboot-examples/process-business-rules-springboot/pom.xml
+++ b/kogito-springboot-examples/process-business-rules-springboot/pom.xml
@@ -94,7 +94,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
index eb9f8ef55..226fcaed8 100644
--- a/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-rest-springboot/pom.xml
@@ -103,7 +103,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
index 5bfd126f4..67dcc0a2f 100644
--- a/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-rules-springboot/pom.xml
@@ -98,7 +98,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-decisions-springboot/pom.xml
b/kogito-springboot-examples/process-decisions-springboot/pom.xml
index e647e9bed..fc24c9b6a 100644
--- a/kogito-springboot-examples/process-decisions-springboot/pom.xml
+++ b/kogito-springboot-examples/process-decisions-springboot/pom.xml
@@ -98,7 +98,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
index 0aabbdfc6..9c22d3043 100644
---
a/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
+++
b/kogito-springboot-examples/process-infinispan-persistence-springboot/pom.xml
@@ -121,7 +121,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
index dd61617c4..dcb4323a1 100644
--- a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
+++ b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml
@@ -122,7 +122,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
index 7e225fa35..2d58a8fea 100644
--- a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
+++ b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml
@@ -123,7 +123,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
index a721e9550..b4a301309 100644
--- a/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
+++ b/kogito-springboot-examples/process-mongodb-persistence-springboot/pom.xml
@@ -116,7 +116,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-monitoring-springboot/pom.xml
b/kogito-springboot-examples/process-monitoring-springboot/pom.xml
index 99f30edf6..5a8a13c6e 100644
--- a/kogito-springboot-examples/process-monitoring-springboot/pom.xml
+++ b/kogito-springboot-examples/process-monitoring-springboot/pom.xml
@@ -95,7 +95,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
index 0ac626646..50a4756ce 100644
--- a/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
+++ b/kogito-springboot-examples/process-outbox-mongodb-springboot/pom.xml
@@ -115,7 +115,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-performance-springboot/pom.xml
b/kogito-springboot-examples/process-performance-springboot/pom.xml
index 8b12b48e8..eb8588070 100755
--- a/kogito-springboot-examples/process-performance-springboot/pom.xml
+++ b/kogito-springboot-examples/process-performance-springboot/pom.xml
@@ -133,7 +133,6 @@ https://repo.maven.apache.org/maven2: Did not attempt to
download because of a p
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
index ebf1376af..4a59e18ed 100644
---
a/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
+++
b/kogito-springboot-examples/process-postgresql-persistence-springboot/pom.xml
@@ -118,7 +118,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
index 0c093bf83..b6b402b47 100644
--- a/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
+++ b/kogito-springboot-examples/process-rest-service-call-springboot/pom.xml
@@ -89,7 +89,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-scripts-springboot/pom.xml
b/kogito-springboot-examples/process-scripts-springboot/pom.xml
index 3e92565f4..4cd5737fb 100644
--- a/kogito-springboot-examples/process-scripts-springboot/pom.xml
+++ b/kogito-springboot-examples/process-scripts-springboot/pom.xml
@@ -89,7 +89,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-service-calls-springboot/pom.xml
b/kogito-springboot-examples/process-service-calls-springboot/pom.xml
index c2606d10e..dbf4f2e92 100644
--- a/kogito-springboot-examples/process-service-calls-springboot/pom.xml
+++ b/kogito-springboot-examples/process-service-calls-springboot/pom.xml
@@ -89,7 +89,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-springboot-example/pom.xml
b/kogito-springboot-examples/process-springboot-example/pom.xml
index 581696ecd..2c15e9fbf 100644
--- a/kogito-springboot-examples/process-springboot-example/pom.xml
+++ b/kogito-springboot-examples/process-springboot-example/pom.xml
@@ -108,7 +108,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-timer-springboot/pom.xml
b/kogito-springboot-examples/process-timer-springboot/pom.xml
index 752495f3c..26c8c47ff 100644
--- a/kogito-springboot-examples/process-timer-springboot/pom.xml
+++ b/kogito-springboot-examples/process-timer-springboot/pom.xml
@@ -123,7 +123,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
index b79e93b87..b29415f7f 100644
---
a/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
+++
b/kogito-springboot-examples/process-usertasks-custom-lifecycle-springboot/pom.xml
@@ -147,7 +147,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/process-usertasks-springboot/pom.xml
b/kogito-springboot-examples/process-usertasks-springboot/pom.xml
index f66ea5b83..667637b77 100644
--- a/kogito-springboot-examples/process-usertasks-springboot/pom.xml
+++ b/kogito-springboot-examples/process-usertasks-springboot/pom.xml
@@ -89,7 +89,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
index 3a072cbd6..a1fcfb4ba 100644
---
a/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
+++
b/kogito-springboot-examples/process-usertasks-with-security-oidc-springboot/pom.xml
@@ -110,7 +110,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
index e9bd0c3b6..1f4997d73 100644
---
a/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
+++
b/kogito-springboot-examples/process-usertasks-with-security-springboot/pom.xml
@@ -104,7 +104,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
index 8c6afc207..00164f9dc 100644
--- a/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
+++ b/kogito-springboot-examples/rules-legacy-scesim-springboot-example/pom.xml
@@ -88,7 +88,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
index 3d1b834a4..3e3632398 100644
--- a/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
+++ b/kogito-springboot-examples/rules-legacy-springboot-example/pom.xml
@@ -81,7 +81,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git
a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
index 3efe8536f..1a3001733 100644
--- a/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
+++ b/kogito-springboot-examples/ruleunit-event-driven-springboot/pom.xml
@@ -95,7 +95,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
diff --git a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
index 8b5c7a5fb..20eec163a 100644
--- a/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
+++ b/kogito-springboot-examples/ruleunit-springboot-example/pom.xml
@@ -81,7 +81,6 @@
<version>${version.org.kie.kogito}</version>
<executions>
<execution>
- <phase>compile</phase>
<goals>
<goal>generateModel</goal>
</goals>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]