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

valdar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/main by this push:
     new c1ee07e0ce Fix maven source plugin args after version upgrading.
c1ee07e0ce is described below

commit c1ee07e0ce032c6b63b15c47638d2dd1380522b9
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu May 30 09:47:29 2024 +0200

    Fix maven source plugin args after version upgrading.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f7344c943e..f58f9b5988 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>

Reply via email to