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.git
commit 5f1f807f209868ac6c3a1c158aa50fba54020728 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>
