summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-09-24 11:05:55 +0000
committerRobert Gemmell <robbie@apache.org>2013-09-24 11:05:55 +0000
commit908f61d0c13f7afec8145bfe6e82f595ecdb4143 (patch)
tree1390730424876165284ea855ed74e60c0f6428cf /qpid/java
parentb6407d634dc20c4a665ba8c94df444d832b4b402 (diff)
downloadqpid-python-908f61d0c13f7afec8145bfe6e82f595ecdb4143.tar.gz
QPID-5048: move extraction of the broker release binary for system testing usage to the pre-integration-test phase, allowing test-compile to work if called explicitly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1525848 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/bdbstore/systests/pom.xml2
-rw-r--r--qpid/java/perftests/pom.xml2
-rw-r--r--qpid/java/systests/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/bdbstore/systests/pom.xml b/qpid/java/bdbstore/systests/pom.xml
index 315a30da11..da7cf1acb3 100644
--- a/qpid/java/bdbstore/systests/pom.xml
+++ b/qpid/java/bdbstore/systests/pom.xml
@@ -187,7 +187,7 @@
<executions>
<execution>
<id>extract-broker-distribution</id>
- <phase>generate-resources</phase>
+ <phase>pre-integration-test</phase>
<goals>
<goal>unpack</goal>
</goals>
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml
index f83b5e2f33..a83d5eb815 100644
--- a/qpid/java/perftests/pom.xml
+++ b/qpid/java/perftests/pom.xml
@@ -247,7 +247,7 @@
<executions>
<execution>
<id>extract-broker-distribution</id>
- <phase>generate-resources</phase>
+ <phase>pre-integration-test</phase>
<goals>
<goal>unpack</goal>
</goals>
diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml
index ce19fd3a30..f1b8d85015 100644
--- a/qpid/java/systests/pom.xml
+++ b/qpid/java/systests/pom.xml
@@ -326,7 +326,7 @@
<executions>
<execution>
<id>extract-broker-distribution</id>
- <phase>generate-resources</phase>
+ <phase>pre-integration-test</phase>
<goals>
<goal>unpack</goal>
</goals>