This is an automated email from the ASF dual-hosted git repository.

RishiRajAnand pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie.git


The following commit(s) were added to refs/heads/main by this push:
     new aeadce9cedc [incubator-kie-7074] Use exec classifier for 
spring-boot-maven-plugin repackage in SpringBoot integration-test modules 
(#7075)
aeadce9cedc is described below

commit aeadce9cedc063a35b08b392ccf4916eef27c1ee
Author: Vishnu M Kartha <[email protected]>
AuthorDate: Fri Aug 28 12:13:14 2026 +0530

    [incubator-kie-7074] Use exec classifier for spring-boot-maven-plugin 
repackage in SpringBoot integration-test modules (#7075)
    
    Co-authored-by: Vishnu Kartha <[email protected]>
---
 .../integration-tests-process/pom.xml                                  | 3 +++
 .../integration-tests-process/pom.xml                                  | 3 +++
 .../integration-tests-data-index-service-springboot/pom.xml            | 3 +++
 .../integration-tests-jobs-service-springboot/pom.xml                  | 3 +++
 4 files changed, 12 insertions(+)

diff --git 
a/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index-persistence/kogito-addons-springboot-data-index-persistence-jpa-parent/integration-tests-process/pom.xml
 
b/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index-persistence/kogito-addons-springboot-data-index-persistence-jpa-parent/integration-tests-process/pom.xml
index a4dc8793e0b..f3c7efb51fc 100644
--- 
a/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index-persistence/kogito-addons-springboot-data-index-persistence-jpa-parent/integration-tests-process/pom.xml
+++ 
b/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index-persistence/kogito-addons-springboot-data-index-persistence-jpa-parent/integration-tests-process/pom.xml
@@ -154,6 +154,9 @@
                         <goals>
                             <goal>repackage</goal>
                         </goals>
+                        <configuration>
+                            <classifier>exec</classifier>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git 
a/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index/kogito-addons-springboot-data-index-jpa-parent/integration-tests-process/pom.xml
 
b/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index/kogito-addons-springboot-data-index-jpa-parent/integration-tests-process/pom.xml
index 28c9aa80273..87db248a426 100644
--- 
a/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index/kogito-addons-springboot-data-index-jpa-parent/integration-tests-process/pom.xml
+++ 
b/kogito-apps-springboot/data-index-springboot/kogito-addons-springboot-data-index/kogito-addons-springboot-data-index-jpa-parent/integration-tests-process/pom.xml
@@ -154,6 +154,9 @@
                         <goals>
                             <goal>repackage</goal>
                         </goals>
+                        <configuration>
+                            <classifier>exec</classifier>
+                        </configuration>
                     </execution>
                 </executions>
             </plugin>
diff --git 
a/kogito-apps-springboot/integration-tests-data-index-service-springboot/pom.xml
 
b/kogito-apps-springboot/integration-tests-data-index-service-springboot/pom.xml
index 7dd6e4b7e2a..a85bb5dbfdd 100644
--- 
a/kogito-apps-springboot/integration-tests-data-index-service-springboot/pom.xml
+++ 
b/kogito-apps-springboot/integration-tests-data-index-service-springboot/pom.xml
@@ -204,6 +204,9 @@
             <goals>
               <goal>repackage</goal>
             </goals>
+            <configuration>
+              <classifier>exec</classifier>
+            </configuration>
           </execution>
         </executions>
       </plugin>
diff --git 
a/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml 
b/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
index 7879323c87b..77e7872cd3f 100644
--- a/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
+++ b/kogito-apps-springboot/integration-tests-jobs-service-springboot/pom.xml
@@ -141,6 +141,9 @@
             <goals>
               <goal>repackage</goal>
             </goals>
+            <configuration>
+              <classifier>exec</classifier>
+            </configuration>
           </execution>
         </executions>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to