summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 08:51:00 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-08 08:51:00 +0000
commite41bd0e6dafec5aec6800f521e188a3be199ef7c (patch)
treee1fbeb401aa7172291b20e745b998d8f959df98a
parentee44300ad787305524b00b34afadbd68ef4088b1 (diff)
Updating BUILDING to instruct users to run mvn -Psetup
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742027 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/BUILDING3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/BUILDING b/java/sca/BUILDING
index c61e4f76c9..00eaddbaff 100644
--- a/java/sca/BUILDING
+++ b/java/sca/BUILDING
@@ -29,7 +29,8 @@ Building
1) Change to the top level directory of Apache Tuscany source distribution.
2) Run
- $> mvn
+ $> mvn -Psetup
+ $> mvn
This will compile Apache Tuscany and run all of the tests in the source
distribution.