From 4f6a51d428d96dbb476d8412143748e841993372 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 20 Sep 2010 12:32:50 +0000 Subject: Copy trunk samples to sanbox to experiment with renames and moves git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998905 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/samples/running-tuscany/launcher-maven/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sandbox/samples/running-tuscany/launcher-maven/README (limited to 'sandbox/samples/running-tuscany/launcher-maven/README') diff --git a/sandbox/samples/running-tuscany/launcher-maven/README b/sandbox/samples/running-tuscany/launcher-maven/README new file mode 100644 index 0000000000..ff976c3515 --- /dev/null +++ b/sandbox/samples/running-tuscany/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