You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2010/09/13 03:04:21 UTC

svn commit: r996402 - /camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt

Author: janstey
Date: Mon Sep 13 01:04:20 2010
New Revision: 996402

URL: http://svn.apache.org/viewvc?rev=996402&view=rev
Log:
clarify readme for WAR archetype

Modified:
    camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt

Modified: camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt
URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt?rev=996402&r1=996401&r2=996402&view=diff
==============================================================================
--- camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt (original)
+++ camel/trunk/tooling/archetypes/camel-archetype-war/src/main/resources/archetype-resources/ReadMe.txt Mon Sep 13 01:04:20 2010
@@ -2,12 +2,16 @@ Camel Router WAR Project with Web Consol
 ==========================================================
 
 This project bundles the Camel Web Console, REST API, and some
-sample routes as a WAR. You can run this by dropping the WAR 
-into your favorite web container or just run
+sample routes as a WAR. You can build the WAR by running
 
-mvn jetty:run-war
+mvn install
 
-on the command line.
+You can then run the project by dropping the WAR into your 
+favorite web container or just run
+
+mvn jetty:run
+
+to start up and deploy to Jetty.
 
 
 Web Console