You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/04 18:35:08 UTC

svn commit: r399755 - /incubator/activemq/trunk/activemq-web-console/README.txt

Author: jstrachan
Date: Thu May  4 09:35:06 2006
New Revision: 399755

URL: http://svn.apache.org/viewcvs?rev=399755&view=rev
Log:
improved the readme

Modified:
    incubator/activemq/trunk/activemq-web-console/README.txt

Modified: incubator/activemq/trunk/activemq-web-console/README.txt
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-web-console/README.txt?rev=399755&r1=399754&r2=399755&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-web-console/README.txt (original)
+++ incubator/activemq/trunk/activemq-web-console/README.txt Thu May  4 09:35:06 2006
@@ -1,8 +1,12 @@
 
 Welcome to the ActiveMQ Web Console
 
-To run the console, the jetty plugin may be used:
+To run the console you must install a recent distro of Maven
+such as version 2.0.4 or later
+	
+		http://maven.apache.org/
 
-  mvn jetty6:run
+You can then run the ActiveMQ Web Console via the following command.
 
+	mvn jetty6:run