You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/08 08:56:02 UTC

[camel] 03/03: CAMEL-16467 - Camel-Examples: Group the example for grouped componets in a middle folder

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

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

commit 38318a8ca8ffdafed3dfeefea1bfb29987555522
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 8 09:36:40 2021 +0200

    CAMEL-16467 - Camel-Examples: Group the example for grouped componets in a middle folder
---
 .../main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java
index da0e303..937ee70 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java
+++ b/tooling/maven/camel-package-maven-plugin/src/main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java
@@ -104,7 +104,6 @@ public class PrepareExampleMojo extends AbstractMojo {
 
             for (File file : examples) {
                 if (file.isDirectory()) {
-                    getLog().info(middleFolders.toString());
                     if (!middleFolders.contains(file.getName())) {
                         File pom = new File(file, "pom.xml");
                         if (pom.exists()) {