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 | ad2ef7dd355d3cefb2af8e822c0f927e9a4afc74 (patch) | |
| tree | 3aa536a2b73a32932432564a56262236030ad7a4 /qpid/java/perftests/distribution/pom.xml | |
| parent | c3c87d9f3a5ed2acc207f11d1e8d7b87b67200f5 (diff) | |
| download | qpid-python-ad2ef7dd355d3cefb2af8e822c0f927e9a4afc74.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@495554 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/distribution/pom.xml')
| -rw-r--r-- | qpid/java/perftests/distribution/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/perftests/distribution/pom.xml b/qpid/java/perftests/distribution/pom.xml index 3359520706..4f637715d1 100644 --- a/qpid/java/perftests/distribution/pom.xml +++ b/qpid/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> |
