summaryrefslogtreecommitdiff
path: root/qpid/java/distribution/pom.xml
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-12-06 15:40:55 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-12-06 15:40:55 +0000
commit97da5ef3adce54662157dd9d4707b2d68e16d4d4 (patch)
tree3dcba5efbec6a52a2b8ce50625f18591f9c1d4b6 /qpid/java/distribution/pom.xml
parentd1c7d8c0ddcf3122e9bd9b126ae0a89619fe5ad6 (diff)
downloadqpid-python-97da5ef3adce54662157dd9d4707b2d68e16d4d4.tar.gz
QPID-125
maven build and distribution for qpid management eclipse-plugin git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/distribution/pom.xml')
-rw-r--r--qpid/java/distribution/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/java/distribution/pom.xml b/qpid/java/distribution/pom.xml
index 65e5cb7aa1..24bc819beb 100644
--- a/qpid/java/distribution/pom.xml
+++ b/qpid/java/distribution/pom.xml
@@ -36,6 +36,14 @@
<qpid.version>${pom.version}</qpid.version>
<qpid.targetDir>${project.build.directory}</qpid.targetDir>
</properties>
+
+ <repositories>
+ <repository>
+ <id>repo1.maven.org</id>
+ <name>Maven eclipse Repository</name>
+ <url>http://repo1.maven.org/eclipse</url>
+ </repository>
+ </repositories>
<dependencies>
<dependency>
@@ -53,6 +61,11 @@
<artifactId>qpid-client</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>${pom.groupId}.management</groupId>
+ <artifactId>org.apache.qpid.management.ui</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
</dependencies>
<build>
@@ -116,6 +129,7 @@
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/client-bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
+ <descriptor>src/main/assembly/management-eclipse-plugin.xml</descriptor>
</descriptors>
<finalName>qpid-${pom.version}</finalName>
</configuration>