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

[camel] branch main updated (6f3083b5729 -> 7311a29f2bb)

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

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


    from 6f3083b5729  (chores) build: fix CI build (camel-spring-xml)
     new d6a1747b2d1  (chores) build: fix CI build (camel-fhir-api)
     new ab02143e7a8  (chores) build: fix CI build (camel-as2-api)
     new 93f454675ec  (chores) build: fix CI build (camel-box-api)
     new 88339326f47  (chores) build: fix CI build (camel-debezium-common)
     new 76a5ee2188b  (chores) build: fix CI build (camel-dhis2-api)
     new 3d167324d60  (chores) build: fix CI build (camel-olingo2-api)
     new 7311a29f2bb  (chores) build: fix CI build (camel-olingo4-api)

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-as2/camel-as2-api/pom.xml         | 19 ------------------
 components/camel-box/camel-box-api/pom.xml         | 19 ------------------
 .../camel-debezium-common-component/pom.xml        | 17 ----------------
 components/camel-dhis2/camel-dhis2-api/pom.xml     | 20 -------------------
 components/camel-fhir/camel-fhir-api/pom.xml       | 19 ------------------
 components/camel-olingo2/camel-olingo2-api/pom.xml | 23 ----------------------
 components/camel-olingo4/camel-olingo4-api/pom.xml | 23 ----------------------
 7 files changed, 140 deletions(-)


[camel] 03/07: (chores) build: fix CI build (camel-box-api)

Posted by or...@apache.org.
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 93f454675ecd800585aee88ee09cd82564d01d35
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:29:58 2023 +0200

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

diff --git a/components/camel-box/camel-box-api/pom.xml b/components/camel-box/camel-box-api/pom.xml
index 2cd71131f6b..727d9d77584 100644
--- a/components/camel-box/camel-box-api/pom.xml
+++ b/components/camel-box/camel-box-api/pom.xml
@@ -51,23 +51,4 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <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>
-        </plugins>
-    </build>
-
 </project>


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

Posted by or...@apache.org.
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 7311a29f2bb27cb9809dfda1a88f6264071a25a9
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:33:25 2023 +0200

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

diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml
index 108537fc48a..cae44329e33 100644
--- a/components/camel-olingo4/camel-olingo4-api/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-api/pom.xml
@@ -82,27 +82,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <defaultGoal>install</defaultGoal>
-
-        <plugins>
-
-            <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>
-
-        </plugins>
-    </build>
-
 </project>


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

Posted by or...@apache.org.
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>


[camel] 01/07: (chores) build: fix CI build (camel-fhir-api)

Posted by or...@apache.org.
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 d6a1747b2d1c0a540eac5ae313a2e1048493c99b
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:28:32 2023 +0200

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

diff --git a/components/camel-fhir/camel-fhir-api/pom.xml b/components/camel-fhir/camel-fhir-api/pom.xml
index 6319d948b83..ba6d41e3f2d 100644
--- a/components/camel-fhir/camel-fhir-api/pom.xml
+++ b/components/camel-fhir/camel-fhir-api/pom.xml
@@ -58,23 +58,4 @@
             </exclusions>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <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>
-        </plugins>
-    </build>
-
 </project>


[camel] 06/07: (chores) build: fix CI build (camel-olingo2-api)

Posted by or...@apache.org.
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 3d167324d60228a5e1cd507304986ff4509bc1de
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:33:00 2023 +0200

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

diff --git a/components/camel-olingo2/camel-olingo2-api/pom.xml b/components/camel-olingo2/camel-olingo2-api/pom.xml
index 0902da12047..2617149ffc3 100644
--- a/components/camel-olingo2/camel-olingo2-api/pom.xml
+++ b/components/camel-olingo2/camel-olingo2-api/pom.xml
@@ -67,27 +67,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <defaultGoal>install</defaultGoal>
-
-        <plugins>
-
-            <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>
-
-        </plugins>
-    </build>
-
 </project>


[camel] 02/07: (chores) build: fix CI build (camel-as2-api)

Posted by or...@apache.org.
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 ab02143e7a8e65b640d21db6d659e0eb6def9ffd
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sun Jun 25 13:29:33 2023 +0200

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

diff --git a/components/camel-as2/camel-as2-api/pom.xml b/components/camel-as2/camel-as2-api/pom.xml
index b18b3e77ac5..9b0e829c702 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -100,23 +100,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>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>jar-no-fork</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>


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

Posted by or...@apache.org.
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>