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 2022/06/29 04:45:26 UTC

[camel] branch main updated: Regen for commit 145afea7796e55878047b910e37303630d36f619 (#7922)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a2d7e83723 Regen for commit 145afea7796e55878047b910e37303630d36f619 (#7922)
5a2d7e83723 is described below

commit 5a2d7e837238d92ffd6652d3ab4d8f4bf95aea7d
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Wed Jun 29 06:45:20 2022 +0200

    Regen for commit 145afea7796e55878047b910e37303630d36f619 (#7922)
    
    Signed-off-by: GitHub <no...@github.com>
    
    Co-authored-by: davsclaus <da...@users.noreply.github.com>
---
 .../main/java/org/apache/camel/maven/packaging/ComponentDslMojo.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ComponentDslMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ComponentDslMojo.java
index c3d6ac246c9..1a01d7a3c8e 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ComponentDslMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/ComponentDslMojo.java
@@ -122,7 +122,8 @@ public class ComponentDslMojo extends AbstractGeneratorMojo {
         }
 
         if (jsonDir == null) {
-            jsonDir = findCamelDirectory(baseDir, "catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components");
+            jsonDir = findCamelDirectory(baseDir,
+                    "catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components");
 
             if (jsonDir == null) {
                 getLog().debug("No json directory folder found, skipping execution");