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 2010/03/20 20:58:21 UTC

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

Author: antelder
Date: Sat Mar 20 19:58:21 2010
New Revision: 925666

URL: http://svn.apache.org/viewvc?rev=925666&view=rev
Log:
Update helloworld sample's zip and tuscany plugin versions

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

Modified: tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml?rev=925666&r1=925665&r2=925666&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml Sat Mar 20 19:58:21 2010
@@ -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>