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-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 0d7f60d  Reintroduces Qute component
0d7f60d is described below

commit 0d7f60d22a303a72a37d67ff53bb538ee26eefc1
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Fri Jun 25 07:48:58 2021 +0200

    Reintroduces Qute component
    
    Reintroduces the Qute component after Camel Quarkus applied the fix 
discussed on apache/camel-quarkus#2701 and apache/camel-quarkus#2661.
    
    Retains the ability to exclude components, introduced on commit 
4585f3def81ef078bd233399ed8fc371bc050675, in case it is needed in the future.
---
 support/camel-k-catalog/pom.xml                              | 4 ----
 support/camel-k-maven-plugin/src/it/generate-catalog/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml
index c32d915..5474515 100644
--- a/support/camel-k-catalog/pom.xml
+++ b/support/camel-k-catalog/pom.xml
@@ -26,10 +26,6 @@
     <modelVersion>4.0.0</modelVersion>
     <artifactId>camel-k-catalog</artifactId>
 
-    <properties>
-        <exclusion.list>qute</exclusion.list>
-    </properties>
-
     <build>
         <defaultGoal>generate-resources</defaultGoal>
         <plugins>
diff --git a/support/camel-k-maven-plugin/src/it/generate-catalog/pom.xml 
b/support/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
index 55d0792..66b6ebd 100644
--- a/support/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
+++ b/support/camel-k-maven-plugin/src/it/generate-catalog/pom.xml
@@ -32,7 +32,7 @@
         <catalog.path>${project.basedir}</catalog.path>
         <catalog.runtime>quarkus</catalog.runtime>
         <catalog.file>catalog.yaml</catalog.file>
-        <exclusion.list>qute</exclusion.list>
+        <!-- If needed, components can be excluded with the exclusion.list 
property -->
     </properties>
 
     <build>

Reply via email to