summaryrefslogtreecommitdiff
path: root/qpid/java/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/plugins')
-rw-r--r--qpid/java/plugins/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qpid/java/plugins/pom.xml b/qpid/java/plugins/pom.xml
index f913f0b2c3..cd347bdf42 100644
--- a/qpid/java/plugins/pom.xml
+++ b/qpid/java/plugins/pom.xml
@@ -13,6 +13,11 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <properties>
+ <!-- This is an assembly/distribution pom so no test code exists -->
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>