summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 08:14:51 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-04-05 08:14:51 +0000
commitd7851a993b2c6de224d7ca4c633a81dbc909b283 (patch)
tree016ee04ec1b4eac4742ffa478dd66656fd080192
parent76552f540d637885361f740395fe8bcc6ac22186 (diff)
Add comment explaining the dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1088921 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml2
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>