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 bf3157e769420e2024d47a60d9d0e2025f91b852 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Apr 28 14:41:17 2021 +0200 Maven Wrapper moved in maven modules --- 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 2d12dc9..229509b 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>${project.basedir}/../</directory> + <directory>../</directory> <includes> <include>*.kamelet.yaml</include> </includes>
