diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/client/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index 8efe64405c..07a3520f58 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -195,6 +195,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> + <excludes> + <exclude>**/QpidTestCase.java</exclude> + </excludes> <systemProperties> <property> <name>amqj.logging.level</name> |
