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:34:44 UTC

[camel] 04/07: (chores) build: fix CI build (camel-debezium-common)

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

commit 88339326f47c86183904f95d35d00a47a7952115
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:30:44 2023 +0200

     (chores) build: fix CI build (camel-debezium-common)
    
    - 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>
---
 .../camel-debezium-common-component/pom.xml             | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml b/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
index da8390d7bfb..12de482397d 100644
--- a/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
+++ b/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
@@ -57,21 +57,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>