Author: antelder
Date: Wed Apr 14 13:22:32 2010
New Revision: 933941

URL: http://svn.apache.org/viewvc?rev=933941&view=rev
Log:
Add exec plugin so you can run the sample with mvn exec:java

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

Modified: tuscany/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml?rev=933941&r1=933940&r2=933941&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld-scaclient/pom.xml Wed Apr 14 
13:22:32 2010
@@ -61,6 +61,21 @@
                 </archive>
              </configuration>
           </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <version>1.1.1</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>java</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <mainClass>sample.HelloworldSCAClient</mainClass>
+        </configuration>
+      </plugin>
        </plugins>
     </build>
 </project>


Reply via email to