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/07 06:38:38 UTC

[camel-spring-boot] branch as created (now 95174dc0f8d)

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

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


      at 95174dc0f8d Attempt to fix release build with jar-no-fork like we did in the camel-core project

This branch includes the following new commits:

     new 95174dc0f8d Attempt to fix release build with jar-no-fork like we did in the camel-core project

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95174dc0f8d7dec6cd0dddded6ba4bac7cd91d61
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 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>