From 4b3149233be777a531417eb0ca6bafff0483fa1c Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Thu, 27 May 2010 12:19:53 +0000 Subject: Branch for 2.0 Milestone M5 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948800 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-java-2.0-M5/samples/launcher-maven/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sca-java-2.x/branches/sca-java-2.0-M5/samples/launcher-maven/README (limited to 'sca-java-2.x/branches/sca-java-2.0-M5/samples/launcher-maven/README') diff --git a/sca-java-2.x/branches/sca-java-2.0-M5/samples/launcher-maven/README b/sca-java-2.x/branches/sca-java-2.0-M5/samples/launcher-maven/README new file mode 100644 index 0000000000..ff976c3515 --- /dev/null +++ b/sca-java-2.x/branches/sca-java-2.0-M5/samples/launcher-maven/README @@ -0,0 +1,18 @@ +To execute a sample contribution from Maven + +look for contributions that have the following configuration in their pom.xml file: + + + org.apache.tuscany.maven.plugins + maven-tuscany-plugin + 2.0-SNAPSHOT + + +For contributions that have this, for example, binding-sca/contribution-calculator, do the following + +cd samples/binding-sca/contribution-calculator +mvn tuscany:run + +This will launch the contribution in the Tuscany runtime and then wait. At this point you can use +other clients to send messages to services that the running SCA applcation exposes, +for example, try calculator-scaclient. -- cgit v1.2.3