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
The following commit(s) were added to refs/heads/main by this push:
new bf8eb6a Camel-Kamelets-Catalog: Correct kamelets directory
bf8eb6a is described below
commit bf8eb6a3feb5672281abe17f34db2bd7e44be3b6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Apr 28 14:47:39 2021 +0200
Camel-Kamelets-Catalog: Correct kamelets directory
---
camel-kamelets-catalog/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/camel-kamelets-catalog/pom.xml b/camel-kamelets-catalog/pom.xml
index 229509b..63e574e 100644
--- a/camel-kamelets-catalog/pom.xml
+++ b/camel-kamelets-catalog/pom.xml
@@ -295,7 +295,7 @@
<outputDirectory>src/main/resources/kamelets</outputDirectory>
<resources>
<resource>
- <directory>../</directory>
+ <directory>./../</directory>
<includes>
<include>*.kamelet.yaml</include>
</includes>