You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2023/07/10 14:53:11 UTC

[camel-k-runtime] branch main updated: Remove unecessary quarkus-extension-maven-plugin from examples (#1066)

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

claudio4j pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 9af17638 Remove unecessary quarkus-extension-maven-plugin from examples (#1066)
9af17638 is described below

commit 9af17638972c1a0c5abd6169659f08eac4d9efae
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Mon Jul 10 11:53:04 2023 -0300

    Remove unecessary quarkus-extension-maven-plugin from examples (#1066)
---
 examples/cron/pom.xml               | 5 -----
 examples/groovy/pom.xml             | 5 -----
 examples/java/pom.xml               | 5 -----
 examples/js/pom.xml                 | 5 -----
 examples/kafka-source-s3/pom.xml    | 5 -----
 examples/kamelets-discovery/pom.xml | 5 -----
 examples/kamelets/pom.xml           | 5 -----
 examples/knative/pom.xml            | 5 -----
 examples/kotlin/pom.xml             | 5 -----
 examples/xml/pom.xml                | 5 -----
 examples/yaml/pom.xml               | 5 -----
 11 files changed, 55 deletions(-)

diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index 27462ffb..60db4564 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -63,11 +63,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index 68041774..f5ccb0a5 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -55,11 +55,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index 0914f901..797ec56b 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -55,11 +55,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index e3e335f1..0fcc8ab2 100644
--- a/examples/js/pom.xml
+++ b/examples/js/pom.xml
@@ -55,11 +55,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml
index a4dd3cb3..836760dd 100644
--- a/examples/kafka-source-s3/pom.xml
+++ b/examples/kafka-source-s3/pom.xml
@@ -55,11 +55,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml
index afa75317..e60d9635 100644
--- a/examples/kamelets-discovery/pom.xml
+++ b/examples/kamelets-discovery/pom.xml
@@ -58,11 +58,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index 6ac6df1a..f7b3e4d5 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -58,11 +58,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index a43d7ac8..13431cbb 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -62,11 +62,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index 4d4b8dd2..d6ba806c 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -54,11 +54,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 3012b7f8..da8698cf 100644
--- a/examples/xml/pom.xml
+++ b/examples/xml/pom.xml
@@ -54,11 +54,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index 46e0426d..4600883d 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -58,11 +58,6 @@
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>io.quarkus</groupId>
-                <artifactId>quarkus-extension-maven-plugin</artifactId>
-                <version>${quarkus-version}</version>
-            </plugin>
             <plugin>
                 <groupId>io.quarkus</groupId>
                 <artifactId>quarkus-maven-plugin</artifactId>