diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-10 15:47:18 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-10 15:47:18 +0000 |
| commit | 62245d32975f4baf5d49919d4e9ee1b2c406e75d (patch) | |
| tree | 69705d3dbbd674e9cbc99c92b55b752bd75bf1bd /java/distribution | |
| parent | e85458393975ce93ecd470e8fc3fd7906927b959 (diff) | |
| download | qpid-python-62245d32975f4baf5d49919d4e9ee1b2c406e75d.tar.gz | |
QPID-278 Add PerfTests into build and distribution
perftests are now built as part of the main build.
The resulting jar contains both class and java files.
The binary distribution also includes a perftests folder in the bin directory which contains scripts to run the tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution')
| -rw-r--r-- | java/distribution/pom.xml | 5 | ||||
| -rw-r--r-- | java/distribution/src/main/assembly/bin.xml | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml index df879c9c95..59b4107454 100644 --- a/java/distribution/pom.xml +++ b/java/distribution/pom.xml @@ -62,6 +62,11 @@ <version>${pom.version}</version> </dependency> <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>qpid-perftests</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> <groupId>${pom.groupId}.management</groupId> <artifactId>org.apache.qpid.management.ui</artifactId> <version>${pom.version}</version> diff --git a/java/distribution/src/main/assembly/bin.xml b/java/distribution/src/main/assembly/bin.xml index 00ffd86bd0..fa3ed7dd06 100644 --- a/java/distribution/src/main/assembly/bin.xml +++ b/java/distribution/src/main/assembly/bin.xml @@ -66,6 +66,14 @@ <include>qpid-incubating.jar</include> </includes> </fileSet> + <fileSet> + <directory>../perftests/bin</directory> + <outputDirectory>qpid-${qpid.version}/bin/perftests</outputDirectory> + <includes> + <include>*</include> + </includes> + </fileSet> + </fileSets> <files> <!-- due to a bug in the assembly plugin (MASSEMBLY-153) you have |
