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-kamelets.git
commit 17c618c05db06fdffe3bfd1671cee47873b28200 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 25 07:51:30 2021 +0100 Moved all the kamelet.yaml files to kamelets folder --- library/camel-kamelets/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml index 40c15aa..483fc53 100644 --- a/library/camel-kamelets/pom.xml +++ b/library/camel-kamelets/pom.xml @@ -51,7 +51,7 @@ <outputDirectory>${project.basedir}/src/main/resources/kamelets</outputDirectory> <resources> <resource> - <directory>./../../</directory> + <directory>./../../kamelets/</directory> <includes> <include>*.kamelet.yaml</include> </includes>
