summaryrefslogtreecommitdiff
path: root/qpid/java/distribution/pom.xml
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-01-10 12:35:04 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2007-01-10 12:35:04 +0000
commit048a8f23ef05f29a0de65be39909ec1bd3c2d09a (patch)
tree46266805802a8db965bc10ae3f0005c2f7ad489d /qpid/java/distribution/pom.xml
parentd989614d675abf5d970e0aff420fb3db79ace159 (diff)
downloadqpid-python-048a8f23ef05f29a0de65be39909ec1bd3c2d09a.tar.gz
QPID-277
adding tests in distribution git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@494797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/distribution/pom.xml')
-rw-r--r--qpid/java/distribution/pom.xml8
1 files changed, 8 insertions, 0 deletions
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 @@
<artifactId>org.apache.qpid.management.ui</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>qpid-systests</artifactId>
+ <version>${pom.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
@@ -131,6 +138,7 @@
<descriptor>src/main/assembly/src.xml</descriptor>
<descriptor>src/main/assembly/management-eclipse-plugin.xml</descriptor>
<descriptor>src/main/assembly/management-eclipse-plugin-unix.xml</descriptor>
+ <descriptor>src/main/assembly/tests.xml</descriptor>
</descriptors>
<finalName>qpid-${pom.version}</finalName>
</configuration>