You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/06 13:07:41 UTC

[camel] branch main updated (aaecb1e3b43 -> f0d836b843e)

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

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


    from aaecb1e3b43 CAMEL-19062 - Clean up Parent POM - Axiom
     new ff08a893a68 CAMEL-19062 - Clean up Parent POM - Exec Maven plugin
     new f0d836b843e CAMEL-19062 - Clean up Parent POM - Exec Maven plugin

The 2 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:
 catalog/camel-csimple-maven-plugin/pom.xml | 1 +
 catalog/camel-report-maven-plugin/pom.xml  | 1 +
 parent/pom.xml                             | 7 -------
 tooling/maven/camel-maven-plugin/pom.xml   | 1 +
 4 files changed, 3 insertions(+), 7 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Exec Maven plugin

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f0d836b843e3baae9b748d9054abb9a567c14ee1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:04:56 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Exec Maven plugin
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 catalog/camel-csimple-maven-plugin/pom.xml | 1 +
 catalog/camel-report-maven-plugin/pom.xml  | 1 +
 tooling/maven/camel-maven-plugin/pom.xml   | 1 +
 3 files changed, 3 insertions(+)

diff --git a/catalog/camel-csimple-maven-plugin/pom.xml b/catalog/camel-csimple-maven-plugin/pom.xml
index eceeb9e12cd..5ca20c86394 100644
--- a/catalog/camel-csimple-maven-plugin/pom.xml
+++ b/catalog/camel-csimple-maven-plugin/pom.xml
@@ -55,6 +55,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>
diff --git a/catalog/camel-report-maven-plugin/pom.xml b/catalog/camel-report-maven-plugin/pom.xml
index b369548b2d1..bc5232782ad 100644
--- a/catalog/camel-report-maven-plugin/pom.xml
+++ b/catalog/camel-report-maven-plugin/pom.xml
@@ -83,6 +83,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>
diff --git a/tooling/maven/camel-maven-plugin/pom.xml b/tooling/maven/camel-maven-plugin/pom.xml
index dcc0940fed3..a5437dd3097 100644
--- a/tooling/maven/camel-maven-plugin/pom.xml
+++ b/tooling/maven/camel-maven-plugin/pom.xml
@@ -53,6 +53,7 @@
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
+            <version>${exec-maven-plugin-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.maven</groupId>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Exec Maven plugin

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ff08a893a6802d6cd448595d45af38047c1db4a9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:03:47 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Exec Maven plugin
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d9d11f602d2..2be431a310b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- Maven exec-plugin dependencies -->
-            <dependency>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>${exec-maven-plugin-version}</version>
-            </dependency>
-
             <!-- Optional Zendesk -->
             <dependency>
                 <groupId>com.cloudbees.thirdparty</groupId>