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 <[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 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>
