summaryrefslogtreecommitdiff
path: root/java/perftests/distribution/src
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-15 17:29:32 +0000
committerRobert Greig <rgreig@apache.org>2007-01-15 17:29:32 +0000
commita83817a1f39a471272494e28d059373d6a6f77df (patch)
treed66ba37dee96c5bbe25a41476dbc672b0e80de64 /java/perftests/distribution/src
parent23ad76b344c064a926152a6728b0838bbf446f22 (diff)
downloadqpid-python-a83817a1f39a471272494e28d059373d6a6f77df.tar.gz
(Patch submitted by Rupert Smith) QPID-297
There were junit exclusions in the POM files that were causing junit to not be found when compiling tests. This may be a maven bug, but a better solution is to exclude stuff in assembly descriptors instead. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496414 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/distribution/src')
-rw-r--r--java/perftests/distribution/src/main/assembly/performance.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/perftests/distribution/src/main/assembly/performance.xml b/java/perftests/distribution/src/main/assembly/performance.xml
index c36b7e3640..0bf7efa21e 100644
--- a/java/perftests/distribution/src/main/assembly/performance.xml
+++ b/java/perftests/distribution/src/main/assembly/performance.xml
@@ -93,4 +93,4 @@
</excludes>
</dependencySet>
</dependencySets>
-G</assembly>
+</assembly>