diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 11:10:48 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-12 11:10:48 +0000 |
| commit | b621a52c9d4efc9c80189960d0515a85687829fc (patch) | |
| tree | 2e8bd86006c8921e223617606b3c23a0c8e55420 /java/perftests/distribution/pom.xml | |
| parent | c0d6c40e776dbb7e4c60a727fbced58d2ec50ee9 (diff) | |
| download | qpid-python-b621a52c9d4efc9c80189960d0515a85687829fc.tar.gz | |
QPID-278
broker distribution - modified to allow assembly:directory builds
broker/pom.xml - moved slf4j to common/pom.xml
QPID-283
Provided better feedback from shell scripts.
Provided QuickTest shell script that runs the RequestReply tests.
perftests distribution - modified to allow assembly:directory builds
Moved Resource Readme content relating to Tests to RunningPerformanceTests.txt
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@495554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/distribution/pom.xml')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 3359520706..4f637715d1 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -64,6 +64,9 @@ <artifactId>maven-assembly-plugin</artifactId> <version>${assembly.version}</version> <configuration> + <descriptors> + <descriptor>src/main/assembly/performance.xml</descriptor> + </descriptors> <finalName>qpid-${pom.version}</finalName> <outputDirectory>${qpid.targetDir}</outputDirectory> <tarLongFileMode>gnu</tarLongFileMode> |
