Author: antelder
Date: Fri Jun 8 09:30:30 2012
New Revision: 1347972
URL: http://svn.apache.org/viewvc?rev=1347972&view=rev
Log:
TUSCANY-4063: Apply updates from Andrew Potter to the README
Modified:
tuscany/sca-java-2.x/trunk/samples/applications/store/README
Modified: tuscany/sca-java-2.x/trunk/samples/applications/store/README
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/applications/store/README?rev=1347972&r1=1347971&r2=1347972&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/applications/store/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/applications/store/README Fri Jun 8
09:30:30 2012
@@ -11,18 +11,19 @@ or
http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html
-Building And Running The Sample Using Ant
------------------------------------------
-With the binary distribution the sample can be built using Ant as follows:
+Building And Running The Sample Using Ant Or Maven
+--------------------------------------------------
+With the binary distribution the sample can be built using Ant or Maven as
follows:
cd store
-ant compile
+ant compile OR mvn clean install
and then, to run:
-ant run
+ant run OR mvn exec:java
Once the store application is running use your browser to visit the following
URL:
http://localhost:8080/store
+