From 4bdaa08abd4c48f2f9cc0a8a4ff63ad2052e4827 Mon Sep 17 00:00:00 2001 From: Gabriele-Cardosi Date: Thu, 31 Oct 2024 11:31:58 +0100 Subject: [PATCH] [incubator-kie-issues#1460] Adapting springboot tests for new kogito-maven-plugin implementation --- .../pom.xml | 9 ++++++++- .../integration-tests-jobs-service-springboot/pom.xml | 9 ++++++++- .../integration-tests-trusty-service-springboot/pom.xml | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/pom.xml b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/pom.xml index afc37da461..954a439cb4 100644 --- a/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/pom.xml +++ b/apps-integration-tests/integration-tests-data-index-service/integration-tests-data-index-service-springboot/pom.xml @@ -187,7 +187,14 @@ org.kie.kogito kogito-maven-plugin ${project.version} - true + + + compile + + generateModel + + + org.apache.maven.plugins diff --git a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml index c7c28d746d..9f3994afab 100644 --- a/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml +++ b/apps-integration-tests/integration-tests-jobs-service/integration-tests-jobs-service-springboot/pom.xml @@ -139,7 +139,14 @@ org.kie.kogito kogito-maven-plugin ${project.version} - true + + + compile + + generateModel + + + diff --git a/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-springboot/pom.xml b/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-springboot/pom.xml index fd37954413..2340d6020b 100644 --- a/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-springboot/pom.xml +++ b/apps-integration-tests/integration-tests-trusty-service/integration-tests-trusty-service-springboot/pom.xml @@ -112,7 +112,14 @@ org.kie.kogito kogito-maven-plugin ${project.version} - true + + + compile + + generateModel + + +