This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 95db06b1b2aa01336b7f6d94722c4062cd7ae69d Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu Jun 3 11:39:36 2021 +0200 Temporarily disable qute due to Camel Quarkus issue #2701 --- build/maven/pom-catalog.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build/maven/pom-catalog.xml b/build/maven/pom-catalog.xml index 9e09c6c..b589bc2 100644 --- a/build/maven/pom-catalog.xml +++ b/build/maven/pom-catalog.xml @@ -23,6 +23,10 @@ <artifactId>camel-k-catalog-generator</artifactId> <version>1.0.0</version> + <properties> + <exclusion.list>qute</exclusion.list> + </properties> + <build> <defaultGoal>generate-resources</defaultGoal> <plugins>
