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-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e906b1  Added chuck norris kamelet example
3e906b1 is described below

commit 3e906b18322b0be05318abfac3e5ce8928293c91
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 31 10:00:35 2021 +0200

    Added chuck norris kamelet example
---
 examples/kamelet-chucknorris/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/examples/kamelet-chucknorris/pom.xml 
b/examples/kamelet-chucknorris/pom.xml
index e2658b4..fd42dda 100644
--- a/examples/kamelet-chucknorris/pom.xml
+++ b/examples/kamelet-chucknorris/pom.xml
@@ -99,14 +99,11 @@
 
     <build>
         <plugins>
+            <!-- to run via mvn camel:run -->
             <plugin>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-maven-plugin</artifactId>
                 <version>${camel.version}</version>
-                <configuration>
-                    <logClasspath>false</logClasspath>
-                    <mainClass>org.apache.camel.main.KameletMain</mainClass>
-                </configuration>
             </plugin>
         </plugins>
     </build>

Reply via email to