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:45 UTC

[camel] 05/07: (chores) build: fix CI build (camel-dhis2-api)

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 76a5ee2188b9274050dcc957ccda54b34f2c3398
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:32:02 2023 +0200

     (chores) build: fix CI build (camel-dhis2-api)
    
    - 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-dhis2/camel-dhis2-api/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/components/camel-dhis2/camel-dhis2-api/pom.xml b/components/camel-dhis2/camel-dhis2-api/pom.xml
index 11111ebc2f1..8716964ad42 100644
--- a/components/camel-dhis2/camel-dhis2-api/pom.xml
+++ b/components/camel-dhis2/camel-dhis2-api/pom.xml
@@ -36,26 +36,6 @@
         <firstVersion>4.0.0</firstVersion>
     </properties>
 
-    <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>
-                <configuration>
-                    <classifier>sources</classifier>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <dependencies>
         <dependency>
             <groupId>org.mockito</groupId>