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 898c6590f108219206abcc37e311f2bc1b7134f1
Author: Dmitry Volodin <dmvo...@gmail.com>
AuthorDate: Tue Jan 5 12:14:57 2021 +0300

    Fix run example command in archetype-java
---
 .../src/main/resources/archetype-resources/ReadMe.txt         | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git 
a/archetypes/camel-archetype-java/src/main/resources/archetype-resources/ReadMe.txt
 
b/archetypes/camel-archetype-java/src/main/resources/archetype-resources/ReadMe.txt
index 130f134..db87153 100644
--- 
a/archetypes/camel-archetype-java/src/main/resources/archetype-resources/ReadMe.txt
+++ 
b/archetypes/camel-archetype-java/src/main/resources/archetype-resources/ReadMe.txt
@@ -1,15 +1,18 @@
 Camel Java Router Project
 =========================
 
+=== How to build
+
 To build this project use
 
     mvn install
 
-To run this project from within Maven use
+=== How to run
 
-    mvn exec:java
+You can run this example using
 
-For more help see the Apache Camel documentation
+    mvn camel:run
 
-    http://camel.apache.org/
+=== More information
 
+You can find more information about Apache Camel at the website: 
http://camel.apache.org/
\ No newline at end of file

Reply via email to