From 97a5738e72658f6b1778ab9489f8ab2767e4df8c Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 27 May 2010 08:57:43 +0000 Subject: Add tuscany plugin definition and a default deployable so that the contribution can be run with mvn tuscany:run. The contribution doesn't work yet though git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@948739 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml | 16 ++++++++++++++++ .../src/main/resources/META-INF/sca-contribution.xml | 3 +++ 2 files changed, 19 insertions(+) (limited to 'sca-java-2.x') diff --git a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml index 747ed7909a..5b389b8b0c 100644 --- a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml +++ b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/pom.xml @@ -101,7 +101,23 @@ ${artifactId} + + + + + org.apache.tuscany.maven.plugins + maven-tuscany-plugin + 2.0-SNAPSHOT + + + org.apache.tuscany.sca + tuscany-databinding-sdo + 2.0-SNAPSHOT + + + + org.codehaus.mojo build-helper-maven-plugin diff --git a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml index 37bec08fe8..f8b2a60f6a 100644 --- a/sca-java-2.x/trunk/samples/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/samples/helloworld-ws-sdo/src/main/resources/META-INF/sca-contribution.xml @@ -18,8 +18,11 @@ * under the License. --> + + -- cgit v1.2.3