summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
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>