summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-06-08 09:30:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-06-08 09:30:30 +0000
commit284ab51e567e3ef8d7797ef299bf4bdbffa2689b (patch)
tree75d9c2f9bc086b96fd257f809ce06cc15a3b32dc /sca-java-2.x/trunk/samples
parent5e25ad8f1635ebf5c9a3f18654ab02693db7a783 (diff)
TUSCANY-4063: Apply updates from Andrew Potter to the README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1347972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/applications/store/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/store/README b/sca-java-2.x/trunk/samples/applications/store/README
index d31e4c59b7..12573a4870 100644
--- a/sca-java-2.x/trunk/samples/applications/store/README
+++ b/sca-java-2.x/trunk/samples/applications/store/README
@@ -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
+