From 6bd699c9e392eb83f837c4863989c32e7afcf3fe Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 16 Jan 2007 16:44:17 +0000 Subject: (Patch submitted by Rupert Smith) Refactored the test ping classes to share common code. Made them runnable from the command line (the same as they already were). Also made it possible to instantiate them in other code more easily. A unit test class has been added that performs a ping. This is so that it can be run with the TKTestRunner to scale it up and take performance measurements. Junit-toolkit added as a dependency to the maven build system. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@496753 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/pom.xml | 85 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 80 insertions(+), 5 deletions(-) (limited to 'java/perftests/pom.xml') diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index bfa24d99a3..874cbd3e52 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -49,20 +49,16 @@ log4j - + junit junit - compile - @@ -80,6 +76,85 @@ + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + jar-with-dependencies.xml + + target + target/assembly/work + + + -- cgit v1.2.1