This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch release/4.0.0-RC1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2772ea567c63743d3a1ab38a6d10d9af09dd5d3b Author: Claus Ibsen <[email protected]> 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 7448ed0841b..0da0598c59d 100644 --- a/pom.xml +++ b/pom.xml @@ -612,7 +612,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions>
