From ae9b105c6718dcb91b415e257acc8b8c8bf0c6c7 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 30 Nov 2010 18:46:45 +0000 Subject: Create branch for 2.0 beta2 release git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040693 13f79535-47bb-0310-9956-ffa450edef68 --- .../2.0-Beta2/samples/running-tuscany/maven/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven/README (limited to 'sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven') diff --git a/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven/README b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/maven/README new file mode 100644 index 0000000000..ff976c3515 --- /dev/null +++ b/sca-java-2.x/branches/2.0-Beta2/samples/running-tuscany/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