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.git
The following commit(s) were added to refs/heads/main by this push: new a0abe90 CAMEL-16467 - Camel-Examples: Group the example for grouped componets in a middle folder - Azure a0abe90 is described below commit a0abe9017142e2bdbb3daa52516afa45205d0d8c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 4 14:22:21 2021 +0100 CAMEL-16467 - Camel-Examples: Group the example for grouped componets in a middle folder - Azure --- .../main/java/org/apache/camel/maven/packaging/PrepareExampleMojo.java | 2 +- 1 file changed, 1 insertion(+), 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 937ee70..6cd4339 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 @@ -63,7 +63,7 @@ public class PrepareExampleMojo extends AbstractMojo { protected String filter = "camel-example"; @Parameter(property = "filterMiddleFolder", required = false, readonly = true) - protected String filterMiddleFolder = "aws"; + protected String filterMiddleFolder = "aws,azure"; /** * Maven ProjectHelper.