You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/02/12 11:24:42 UTC

[camel-spring-boot] 03/04: Remove old catalog as its been moved

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 111b6a0b5adc07dd9ea7cad50210863e44a00a7f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 12 12:06:30 2020 +0100

    Remove old catalog as its been moved
---
 .../org/apache/camel/springboot/maven/PrepareCatalogSpringBootMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/PrepareCatalogSpringBootMojo.java b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/PrepareCatalogSpringBootMojo.java
index 3f6ef55..4277498 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/PrepareCatalogSpringBootMojo.java
+++ b/tooling/camel-spring-boot-generator-maven-plugin/src/main/java/org/apache/camel/springboot/maven/PrepareCatalogSpringBootMojo.java
@@ -51,7 +51,7 @@ public class PrepareCatalogSpringBootMojo extends AbstractSpringBootGenerator {
     /**
      * The catalog directory
      */
-    @Parameter(defaultValue = "${basedir}/../../camel-catalog-provider-springboot")
+    @Parameter(defaultValue = "${basedir}/../../catalog/camel-catalog-provider-springboot")
     protected File catalogDir;
 
     protected void executeAll() throws MojoExecutionException, MojoFailureException, IOException {