You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/04/02 15:10:07 UTC

(camel-k) branch main updated: fix(ci): plugin failure

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

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


The following commit(s) were added to refs/heads/main by this push:
     new afba7d527 fix(ci): plugin failure
afba7d527 is described below

commit afba7d52710e1470948469ccd4be6d439d6caf06
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Apr 2 15:56:17 2024 +0200

    fix(ci): plugin failure
    
    Closes #5310
---
 java/crds/pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 4663845d3..7eca799c9 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
     limitations under the License.
 -->
 
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <parent>
     <groupId>org.apache</groupId>
@@ -142,7 +141,7 @@
               <execution>
                 <id>attach-sources</id>
                 <goals>
-                  <goal>jar</goal>
+                  <goal>jar-no-fork</goal>
                 </goals>
               </execution>
             </executions>