summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/binding-ws-calculator/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 14:13:14 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-26 14:13:14 +0000
commit4ac4a71248b5be8dee933bd7701207b0706485fe (patch)
treeca68a463de5ae8364691bffb583bcf044c0e07b2 /java/sca/samples/binding-ws-calculator/pom.xml
parenta71861dfd3903e63f2e552393665c98595fc24ac (diff)
Add experimental samples into the build. binding-ws-calculator testing is turned off as binding.ws doesn't work yet. host-webapp-calculator doesn't have a junit yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@737698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/binding-ws-calculator/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/sca/samples/binding-ws-calculator/pom.xml b/java/sca/samples/binding-ws-calculator/pom.xml
index f674d74555..6f184b87c2 100644
--- a/java/sca/samples/binding-ws-calculator/pom.xml
+++ b/java/sca/samples/binding-ws-calculator/pom.xml
@@ -68,5 +68,16 @@
<build>
<finalName>${artifactId}</finalName>
+
+ <plugins>
+ <!-- temporarily skip tests as binding.ws doesn't work yet -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>