From 048a8f23ef05f29a0de65be39909ec1bd3c2d09a Mon Sep 17 00:00:00 2001 From: Bhupendra Bhusman Bhardwaj Date: Wed, 10 Jan 2007 12:35:04 +0000 Subject: QPID-277 adding tests in distribution git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494797 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker/pom.xml | 13 +++++ qpid/java/client/pom.xml | 13 +++++ qpid/java/distribution/pom.xml | 8 ++++ qpid/java/distribution/src/main/assembly/tests.xml | 56 ++++++++++++++++++++++ qpid/java/systests/pom.xml | 12 +++++ 5 files changed, 102 insertions(+) create mode 100644 qpid/java/distribution/src/main/assembly/tests.xml diff --git a/qpid/java/broker/pom.xml b/qpid/java/broker/pom.xml index 92a3d69060..48883b7912 100644 --- a/qpid/java/broker/pom.xml +++ b/qpid/java/broker/pom.xml @@ -128,6 +128,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + bundle-test-jar + package + + test-jar + + + + diff --git a/qpid/java/client/pom.xml b/qpid/java/client/pom.xml index e45aad733d..47ac2cb583 100644 --- a/qpid/java/client/pom.xml +++ b/qpid/java/client/pom.xml @@ -120,6 +120,19 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + bundle-test-jar + package + + test-jar + + + + diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml index ca91c222ee..df879c9c95 100644 --- a/qpid/java/distribution/pom.xml +++ b/qpid/java/distribution/pom.xml @@ -66,6 +66,13 @@ org.apache.qpid.management.ui ${pom.version} + + ${pom.groupId} + qpid-systests + ${pom.version} + test-jar + test + @@ -131,6 +138,7 @@ src/main/assembly/src.xml src/main/assembly/management-eclipse-plugin.xml src/main/assembly/management-eclipse-plugin-unix.xml + src/main/assembly/tests.xml qpid-${pom.version} diff --git a/qpid/java/distribution/src/main/assembly/tests.xml b/qpid/java/distribution/src/main/assembly/tests.xml new file mode 100644 index 0000000000..0ea9676841 --- /dev/null +++ b/qpid/java/distribution/src/main/assembly/tests.xml @@ -0,0 +1,56 @@ + + + + java-tests + false + + tar.gz + zip + + + + + ../broker/target + qpid-${qpid.version}/lib + + *-tests.jar + + + + ../client/target + qpid-${qpid.version}/lib + + *-tests.jar + + + + + + + qpid-${qpid.version}/lib + false + + org.apache.qpid:qpid-systests + + test + + + + diff --git a/qpid/java/systests/pom.xml b/qpid/java/systests/pom.xml index c73e5f2c44..8f6413148f 100644 --- a/qpid/java/systests/pom.xml +++ b/qpid/java/systests/pom.xml @@ -85,6 +85,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + bundle-test-jar + + test-jar + + + + -- cgit v1.2.1