summaryrefslogtreecommitdiff
path: root/qpid/java/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/build.xml')
-rw-r--r--qpid/java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml
index 9d405c7e4c..cea9b34b0e 100644
--- a/qpid/java/build.xml
+++ b/qpid/java/build.xml
@@ -216,7 +216,7 @@
<iterate target="instrument"/>
</target>
- <target name="cover-test" description="run tests and generate coverage information">
+ <target name="cover-test" description="run tests and generate coverage information" depends="build">
<iterate target="cover-test" modules="broker client common"/>
</target>