You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/08 06:29:55 UTC

[camel-spring-boot] branch main updated: Attempt to fix release build with jar-no-fork like we did in the camel-core project (#968)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ae9ebf13ab Attempt to fix release build with jar-no-fork like we did in the camel-core project (#968)
7ae9ebf13ab is described below

commit 7ae9ebf13abee2b8456df677a2a980a76623cd12
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Oct 8 08:29:49 2023 +0200

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

diff --git a/pom.xml b/pom.xml
index e9c02379983..f01f2360046 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>