summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-28 07:20:24 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-11-28 07:20:24 +0000
commit309409eed45ee2e6d0c78272cbdecb9ea1be1997 (patch)
treeeabaf99202df49e1b4e87cf0f1dfb4fd5fb0b4db
parentdc4f2bec24be1231f212d7ea74a561f8a1935ec0 (diff)
Dont run the tests to avoid all the intermitent build fails
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885068 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml
index 1d41d545e5..38f6f487fc 100644
--- a/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-atom-runtime/pom.xml
@@ -211,4 +211,17 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin> <!-- TUSCANY-3383 avoid intermitent test fails-->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
+