diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-06 08:09:07 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-06 08:09:07 +0000 |
commit | 03e0e2517018ae42fe7b4be36eb5559806d69369 (patch) | |
tree | 97ca68e21129f48af7997de54182b0ef9e23b348 | |
parent | ae2b3188fd9dfa9ff2b0e3987109f90146808c54 (diff) |
Add tuscany plugin so sample contribution can be run with mvn tuscany:run
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@941606 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/calculator/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/calculator/pom.xml b/sca-java-2.x/trunk/samples/calculator/pom.xml index b7894cfb33..2a1de297b5 100644 --- a/sca-java-2.x/trunk/samples/calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/calculator/pom.xml @@ -62,6 +62,11 @@ <finalName>${artifactId}</finalName> <plugins> <plugin> + <groupId>org.apache.tuscany.maven.plugins</groupId> + <artifactId>maven-tuscany-plugin</artifactId> + <version>2.0-SNAPSHOT</version> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> |