summaryrefslogtreecommitdiff
path: root/qpid/java/pom.xml
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-01-16 16:44:17 +0000
committerRobert Greig <rgreig@apache.org>2007-01-16 16:44:17 +0000
commit1bd479182fcfa30aad8abf69241e9eac560f6655 (patch)
tree070f3b8dd343ff7ae6ffa6b6b5f678fb56815143 /qpid/java/pom.xml
parent10899bd5ba7289dc23aa98b61967b1e2a90f39c7 (diff)
downloadqpid-python-1bd479182fcfa30aad8abf69241e9eac560f6655.tar.gz
(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@496753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/pom.xml')
-rw-r--r--qpid/java/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/qpid/java/pom.xml b/qpid/java/pom.xml
index b00c36c002..fdaba94ce6 100644
--- a/qpid/java/pom.xml
+++ b/qpid/java/pom.xml
@@ -337,6 +337,15 @@
</execution>
</executions>
</plugin>
+
+ <!-- The JUnit Toolkit maven2 plugin is in the process of being added to the maven repository. It will take a day or two from 16/1/2007.
+ <plugin>
+ <groupId>uk.co.thebadgerset</groupId>
+ <artifactId>junit-toolkit-maven-plugin</artifactId>
+ <version>0.3</version>
+ </plugin>
+ -->
+
</plugins>
</pluginManagement>
@@ -437,14 +446,12 @@
<scope>test</scope>
</dependency>
- <!-- Will be added to maven repo soon. JUnit test runner that can add repeats/concurrenct/timing etc to tests.
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.3</version>
<scope>test</scope>
</dependency>
- -->
<!-- Qpid Version Dependencies -->
<dependency>