You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/04/05 10:14:51 UTC

svn commit: r1088921 - /tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml

Author: antelder
Date: Tue Apr  5 08:14:51 2011
New Revision: 1088921

URL: http://svn.apache.org/viewvc?rev=1088921&view=rev
Log:
Add comment explaining the dependency

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml?rev=1088921&r1=1088920&r2=1088921&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml Tue Apr  5 08:14:51 2011
@@ -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>