summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2014-03-28 15:50:38 +0000
committerRobert Gemmell <robbie@apache.org>2014-03-28 15:50:38 +0000
commit99231e1918fb20c750e7261f531d31ecec12b8f1 (patch)
tree83e8718bdd856f6f405352c5b7b8d21c0270ab67
parent0ec3fc2ed0e3e8e80997cac72178925f7ba4f650 (diff)
downloadqpid-python-99231e1918fb20c750e7261f531d31ecec12b8f1.tar.gz
QPID-5048: modified deployment plugin config so only expected artifacts get deployed
Patch supplied by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1582782 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/qpid-perftests-systests/pom.xml11
-rw-r--r--qpid/java/qpid-systests-parent/pom.xml10
2 files changed, 10 insertions, 11 deletions
diff --git a/qpid/java/qpid-perftests-systests/pom.xml b/qpid/java/qpid-perftests-systests/pom.xml
index 4557e903ff..e77ad53334 100644
--- a/qpid/java/qpid-perftests-systests/pom.xml
+++ b/qpid/java/qpid-perftests-systests/pom.xml
@@ -115,16 +115,5 @@
</testResource>
</testResources>
- <plugins>
- <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>
</project>
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>