summaryrefslogtreecommitdiff
path: root/java/perftests/pom.xml
diff options
context:
space:
mode:
authorRupert Smith <rupertlssmith@apache.org>2008-02-20 16:04:25 +0000
committerRupert Smith <rupertlssmith@apache.org>2008-02-20 16:04:25 +0000
commitbc9cf0d495598b359fc1a67d03f4636ca610c6a9 (patch)
tree0d99771fbfbbecaf04852ea0b45f55938c610e3b /java/perftests/pom.xml
parent45072deb936db16404f3746eeb9dcb74e4ecd3df (diff)
downloadqpid-python-bc9cf0d495598b359fc1a67d03f4636ca610c6a9.tar.gz
QPID-800 : junit toolkit sources added.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@629518 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/pom.xml')
-rw-r--r--java/perftests/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml
index 69deaa383e..49c6353a05 100644
--- a/java/perftests/pom.xml
+++ b/java/perftests/pom.xml
@@ -82,7 +82,7 @@
</dependency>
<dependency>
- <groupId>uk.co.thebadgerset</groupId>
+ <groupId>org.apache.qpid</groupId>
<artifactId>junit-toolkit</artifactId>
</dependency>
@@ -119,16 +119,16 @@
To run from within maven:
- mvn uk.co.thebadgerset:junit-toolkit-maven-plugin:tktest
+ mvn org.apache.qpid:junit-toolkit-maven-plugin:tktest
To run from the command line (after doing assembly:assembly goal):
- java -cp target/test_jar-jar-with-dependencies.jar uk.co.thebadgerset.junit.extensions.TKTestRunner -s 1 -r 100000
+ java -cp target/test_jar-jar-with-dependencies.jar org.apache.qpid.junit.extensions.TKTestRunner -s 1 -r 100000
-o target org.apache.qpid.requestreply.PingPongTestPerf
To generate the scripts do:
- mvn uk.co.thebadgerset:junit-toolkit-maven-plugin:tkscriptgen
+ mvn org.apache.qpid:junit-toolkit-maven-plugin:tkscriptgen
Then to run the scripts, in the target directory do (after doing assembly:assembly goal):
@@ -137,7 +137,7 @@
These scripts can find everything in the 'all test dependencies' jar created by the assembly:assembly goal.
-->
<plugin>
- <groupId>uk.co.thebadgerset</groupId>
+ <groupId>org.apache.qpid</groupId>
<artifactId>junit-toolkit-maven-plugin</artifactId>
<configuration>