summaryrefslogtreecommitdiff
path: root/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
commit46b4330b17dab1eb2f7738dfe0203bb8b3779d9e (patch)
tree84d08a20462d5a4a2d326c2490b0f64aacf98266 /java/distribution/pom.xml
parenta873c620e65e3060a5d29acce49f77b8213b4a06 (diff)
downloadqpid-python-46b4330b17dab1eb2f7738dfe0203bb8b3779d9e.tar.gz
QPID-277
adding tests in distribution git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/distribution/pom.xml')
-rw-r--r--java/distribution/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/distribution/pom.xml b/java/distribution/pom.xml
index ca91c222ee..df879c9c95 100644
--- a/java/distribution/pom.xml
+++ b/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>