You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/25 11:27:25 UTC

[camel] branch main updated: (chores) build: fix CI build (camel-spring-xml)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6f3083b5729  (chores) build: fix CI build (camel-spring-xml)
6f3083b5729 is described below

commit 6f3083b5729bda9757792c8c09f97b257f2ac9e1
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:26:33 2023 +0200

     (chores) build: fix CI build (camel-spring-xml)
    
    - attaching the sources can be done with the source-jar or deploy profiles
    - this breaks the CI build during deploy, as this plugin is defined twice on that scenario
    
    Signed-off-by: Otavio R. Piske <an...@gmail.com>
---
 components/camel-spring-xml/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/components/camel-spring-xml/pom.xml b/components/camel-spring-xml/pom.xml
index 6314994312b..e01ef56ed3e 100644
--- a/components/camel-spring-xml/pom.xml
+++ b/components/camel-spring-xml/pom.xml
@@ -518,20 +518,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <!-- generate sources JAR by default as this is needed by camel-blueprint -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>jar-no-fork</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-eip-documentation-enricher-maven-plugin</artifactId>