diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-25 15:33:37 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-25 15:33:37 +0000 |
commit | addf1e26c8a554e1c26ec3596ecd3ad3bb5d86e5 (patch) | |
tree | ba35c05a896eeda728781d9f9ad735948685fdd2 | |
parent | ab1d1e59f05a13e13c9621afd2b5393092fd99c9 (diff) |
Add tuscany plugin config so you can run the sample with mvn tuscany:run
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@884146 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/helloworld/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml index 10e0a84cec..f829695b33 100644 --- a/sca-java-2.x/trunk/samples/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml @@ -46,5 +46,11 @@ <build>
<finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.maven.plugins</groupId>
+ <artifactId>maven-tuscany-plugin</artifactId>
+ </plugin>
+ </plugins>
</build>
</project>
|