You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/10/07 09:46:30 UTC

[camel-spring-boot] 02/03: Attempt to fix release build with jar-no-fork like we did in the camel-core project

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

gzurowski pushed a commit to branch release/4.1.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit c28d1bd11ccaaa98cbf73bbc616ae20f1d6ca7bb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Oct 7 08:37:13 2023 +0200

    Attempt to fix release build with jar-no-fork like we did in the camel-core project
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58441cd2e27..749c1214257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,7 +674,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>
@@ -709,7 +709,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>
@@ -742,7 +742,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>