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/06/27 15:34:26 UTC

[camel] 03/03: camel-source-plugin: Use jar-no-fork workaround due to 3.2.1 to 3.3.0 upgrade: https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0

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.git

commit 330fcfc461374bafda14af26eb486eaad0003ae1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 27 13:21:23 2023 +0200

    camel-source-plugin: Use jar-no-fork workaround due to 3.2.1 to 3.3.0 upgrade: https://stackoverflow.com/questions/76305897/maven-build-fails-after-upgrading-to-maven-source-plugin-from-3-2-1-to-3-3-0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f2650e803e..b8526c07c9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -783,7 +783,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>