diff options
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>
|