From fdaf106ac36e682840d2f94bc45634b7860d239d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 31 Mar 2011 13:06:50 +0100 Subject: [PATCH] Segregate broker-integration from integration profile, so the tests can pass once before RC1 --- spring-amqp-parent/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/spring-amqp-parent/pom.xml b/spring-amqp-parent/pom.xml index d8bb3b0b..15f52b7c 100644 --- a/spring-amqp-parent/pom.xml +++ b/spring-amqp-parent/pom.xml @@ -40,6 +40,29 @@ true + + + + maven-surefire-plugin + + false + + **/*Tests.java + + + **/Abstract*.java + + junit:junit + + + + + + + broker-integration + + true +