diff options
| author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 12:35:04 +0000 |
|---|---|---|
| committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 12:35:04 +0000 |
| commit | 46b4330b17dab1eb2f7738dfe0203bb8b3779d9e (patch) | |
| tree | 84d08a20462d5a4a2d326c2490b0f64aacf98266 /java/distribution/pom.xml | |
| parent | a873c620e65e3060a5d29acce49f77b8213b4a06 (diff) | |
| download | qpid-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.xml | 8 |
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> |
