summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-20 19:58:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-20 19:58:21 +0000
commit5e154ace15c8e4244ac318e3b1273f51706dc410 (patch)
tree055e12af6a4fb478bb96d558fceac52afeaf4fa1 /sca-java-2.x/trunk/samples/helloworld/pom.xml
parent25552ad3679015aab72d2b86ca238985a108736a (diff)
Update helloworld sample's zip and tuscany plugin versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@925666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/helloworld/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/helloworld/pom.xml24
1 files changed, 5 insertions, 19 deletions
diff --git a/sca-java-2.x/trunk/samples/helloworld/pom.xml b/sca-java-2.x/trunk/samples/helloworld/pom.xml
index cc4e0c497d..0d73e8ef77 100644
--- a/sca-java-2.x/trunk/samples/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/helloworld/pom.xml
@@ -51,29 +51,15 @@
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-zip-plugin</artifactId>
- <version>alpha1</version>
+ <version>alpha2</version>
<extensions>true</extensions>
</plugin>
- <!-- plugin>
+ <plugin>
+ <!-- plugin to support using mvn tuscany:run to run this contribution -->
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
- <executions>
- <execution>
- <id>start-container</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>start</goal>
- </goals>
- </execution>
- <execution>
- <id>stop-container</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>stop</goal>
- </goals>
- </execution>
- </executions>
- </plugin -->
+ <version>2.0-SNAPSHOT</version>
+ </plugin>
</plugins>
</build>
</project>