From 0175b38d799c35ef70e5f4a21d5fa9a4537b2680 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@509635 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/perftests/pom.xml | 60 ++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 25 deletions(-) (limited to 'qpid/java/perftests/pom.xml') diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml index 2fbee8959c..a25b2db9c1 100644 --- a/qpid/java/perftests/pom.xml +++ b/qpid/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 + + + +