diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-09-24 11:05:55 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-09-24 11:05:55 +0000 |
| commit | 908f61d0c13f7afec8145bfe6e82f595ecdb4143 (patch) | |
| tree | 1390730424876165284ea855ed74e60c0f6428cf /qpid/java/perftests/pom.xml | |
| parent | b6407d634dc20c4a665ba8c94df444d832b4b402 (diff) | |
| download | qpid-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/perftests/pom.xml')
| -rw-r--r-- | qpid/java/perftests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
