diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-05 08:14:51 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-04-05 08:14:51 +0000 |
commit | d7851a993b2c6de224d7ca4c633a81dbc909b283 (patch) | |
tree | 016ee04ec1b4eac4742ffa478dd66656fd080192 /sca-java-2.x/trunk | |
parent | 76552f540d637885361f740395fe8bcc6ac22186 (diff) |
Add comment explaining the dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088921 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml index 6f4f92c230..030f6c85f5 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml @@ -65,6 +65,8 @@ <build>
<plugins>
+
+ <!-- to support running the composite with mvn tuscany:run -->
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
|