summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2007-02-14 16:07:37 +0000
committerMartin Ritchie <ritchiem@apache.org>2007-02-14 16:07:37 +0000
commit49dca33a6c050d8b08f0a82ca097cf37116030ff (patch)
tree4de42d67814c760eefd0136eec093b10c9364c8a
parent763fe9005de09a9983ccc903f323f3d4953d044c (diff)
downloadqpid-python-49dca33a6c050d8b08f0a82ca097cf37116030ff.tar.gz
Updated Management pom to skip tests so we don't get the failure during builds.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/management/eclipse-plugin/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/management/eclipse-plugin/pom.xml b/qpid/java/management/eclipse-plugin/pom.xml
index 71b2a08058..f58520ab64 100644
--- a/qpid/java/management/eclipse-plugin/pom.xml
+++ b/qpid/java/management/eclipse-plugin/pom.xml
@@ -209,6 +209,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
</plugin>
</plugins>
</build>