From 797b61fa56e3576e4a85780e7e8bdc20e6833d75 Mon Sep 17 00:00:00 2001 From: Bhupendra Bhusman Bhardwaj Date: Tue, 20 Feb 2007 16:40:16 +0000 Subject: QPID-382 Fixed the perftests distribution error by creating the test-jar in perftests module git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@509635 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/distribution/pom.xml | 28 ++++++++++------- java/perftests/pom.xml | 60 +++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 36 deletions(-) (limited to 'java/perftests') diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 010f19c9f0..981ead5cf0 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -44,22 +44,28 @@ org.apache.qpid qpid-perftests - jar - ${pom.version} + jar + ${pom.version} - + org.apache.qpid qpid-perftests - test-jar - ${pom.version} + test-jar + ${pom.version} - - uk.co.thebadgerset - junit-toolkit - 0.4 - runtime + + uk.co.thebadgerset + junit-toolkit + 0.6-SNAPSHOT + runtime + + + uk.co.thebadgerset + junit-toolkit-maven-plugin + 0.5 + runtime - + diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 2fbee8959c..a25b2db9c1 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -44,7 +44,7 @@ junit-toolkit-plugin.snapshots JUnit Toolkit SNAPSHOT Repository - http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/ + http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/ true @@ -86,6 +86,18 @@ org.apache.maven.plugins maven-surefire-plugin + + org.apache.maven.plugins + maven-jar-plugin + + + package + + test-jar + + + +