summaryrefslogtreecommitdiff
path: root/qpid/java/qpid-systests-parent/pom.xml
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2014-04-01 07:41:42 +0000
committerKeith Wall <kwall@apache.org>2014-04-01 07:41:42 +0000
commitc24467b81ca19de444d8a4bd4d5bb01cd6738df2 (patch)
treee5956bcab8ca15e10a787ef4c2b39633c6c795da /qpid/java/qpid-systests-parent/pom.xml
parent6de63bce6e61011a921337d9c3880e199f21c94c (diff)
parent99231e1918fb20c750e7261f531d31ecec12b8f1 (diff)
downloadqpid-python-java-broker-bdb-ha2.tar.gz
NO-JIRA: Final merge from trunk before reintegrationjava-broker-bdb-ha2
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/java-broker-bdb-ha2@1583552 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/qpid-systests-parent/pom.xml')
-rw-r--r--qpid/java/qpid-systests-parent/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/java/qpid-systests-parent/pom.xml b/qpid/java/qpid-systests-parent/pom.xml
index eaea72cb22..e3633e4eb8 100644
--- a/qpid/java/qpid-systests-parent/pom.xml
+++ b/qpid/java/qpid-systests-parent/pom.xml
@@ -216,6 +216,16 @@
<skip>true</skip>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <!--version specified in parent pluginManagement -->
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
</plugins>
</build>