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
commit6595e4e52293b5bce372593de2e106e7b2f9b3b2 (patch)
tree35376751889e092a2464b0a3af7c6b1014ead361
parentafd945c222ced6df6d039b77ec4371e20f3d9c3d (diff)
downloadqpid-python-6595e4e52293b5bce372593de2e106e7b2f9b3b2.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/qpid@507596 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/management/eclipse-plugin/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/management/eclipse-plugin/pom.xml b/java/management/eclipse-plugin/pom.xml
index 71b2a08058..f58520ab64 100644
--- a/java/management/eclipse-plugin/pom.xml
+++ b/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>