mirror of https://github.com/apache/activemq.git
cleaned up the pom since it inherits from a parent pom.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@378190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6da50d0c45
commit
74532f34ac
|
@ -16,7 +16,7 @@
|
|||
-->
|
||||
<project default="default" xmlns:j="jelly:core">
|
||||
|
||||
<goal name="default" prereqs="clean, test"/>
|
||||
<goal name="default" prereqs="jar:install"/>
|
||||
|
||||
<goal name="dc">
|
||||
<attain>
|
||||
|
|
|
@ -16,14 +16,11 @@
|
|||
-->
|
||||
<project>
|
||||
|
||||
<pomVersion>3</pomVersion>
|
||||
<extend>${basedir}/../etc/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<extend>${basedir}/../etc/project.xml</extend>
|
||||
|
||||
<name>ActiveCluster</name>
|
||||
<artifactId>activecluster</artifactId>
|
||||
|
||||
|
||||
<inceptionYear>2004</inceptionYear>
|
||||
<name>ActiveCluster</name>
|
||||
<artifactId>activecluster</artifactId>
|
||||
|
||||
<package>org.apache.activecluster</package>
|
||||
<packageGroups>
|
||||
|
@ -50,7 +47,6 @@
|
|||
</packageGroups>
|
||||
|
||||
<shortDescription>ActiveCluster is a framework for building cluster-aware software</shortDescription>
|
||||
|
||||
<gumpRepositoryId>activecluster</gumpRepositoryId>
|
||||
|
||||
<description>
|
||||
|
@ -60,84 +56,6 @@
|
|||
<url>http://activecluster.codehaus.org/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/ACL</issueTrackingUrl>
|
||||
|
||||
<siteAddress>beaver.codehaus.org</siteAddress>
|
||||
<siteDirectory>/home/projects/activecluster/public_html/maven</siteDirectory>
|
||||
<distributionDirectory>/home/projects/activecluster/dist</distributionDirectory>
|
||||
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anonymous@cvs.activecluster.codehaus.org:/home/projects/activecluster/scm:activecluster</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.activecluster.codehaus.org:/home/projects/activecluster/scm:activecluster</developerConnection>
|
||||
<url>http://cvs.activecluster.codehaus.org/</url>
|
||||
</repository>
|
||||
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>ActiveCluster Developer List</name>
|
||||
<subscribe>dev-subscribe@activecluster.codehaus.org</subscribe>
|
||||
<unsubscribe>dev-unsubscribe@activecluster.codehaus.org</unsubscribe>
|
||||
<archive>http://archive.activecluster.codehaus.org/dev/</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>ActiveCluster User List</name>
|
||||
<subscribe>user-subscribe@activecluster.codehaus.org</subscribe>
|
||||
<unsubscribe>user-unsubscribe@activecluster.codehaus.org</unsubscribe>
|
||||
<archive>http://archive.activecluster.codehaus.org/user/</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>ActiveCluster SCM List</name>
|
||||
<subscribe>scm-subscribe@activecluster.codehaus.org</subscribe>
|
||||
<unsubscribe>scm-unsubscribe@activecluster.codehaus.org</unsubscribe>
|
||||
<archive>http://archive.activecluster.codehaus.org/scm/</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.0</id>
|
||||
<name>1.0</name>
|
||||
<tag>ACTIVECLUSTER_1_0</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.2</id>
|
||||
<name>1.2</name>
|
||||
<tag>ACTIVECLUSTER_1_2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<branches></branches>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<name>James Strachan</name>
|
||||
<id>jstrachan</id>
|
||||
<email>jstrachan@logicblaze.com</email>
|
||||
<organization>LogicBlaze, Inc.</organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Hiram Chirino</name>
|
||||
<id>chirino</id>
|
||||
<email>hiram@logicblaze.com</email>
|
||||
<organization>LogicBlaze, Inc.</organization>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Rob Davies</name>
|
||||
<id>Rob</id>
|
||||
<email>rajdavies@gmail.com</email>
|
||||
<organization>RAJD Consultancy Ltd</organization>
|
||||
</developer>
|
||||
|
||||
<developer>
|
||||
<name>Jules Gosnell</name>
|
||||
<id>jules</id>
|
||||
<email>jules@coredevelopers.net</email>
|
||||
<organization>Core Developers Network</organization>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<contributors>
|
||||
</contributors>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
@ -146,27 +64,17 @@
|
|||
<url>http://jakarta.apache.org/commons/logging/</url>
|
||||
</dependency>
|
||||
|
||||
<!-- lets use freely distributable J2EE jars -->
|
||||
<dependency>
|
||||
<id>geronimo-spec+jms</id>
|
||||
<version>1.1-rc4</version>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>geronimo-spec+jta</id>
|
||||
<version>1.0.1B-rc4</version>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>geronimo-spec+j2ee-management</id>
|
||||
<version>1.0-rc4</version>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
<!-- default JMS provider used for implementation -->
|
||||
|
@ -176,11 +84,11 @@
|
|||
<version>${pom.currentVersion}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>activeio</groupId>
|
||||
<artifactId>activeio</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>activeio</groupId>
|
||||
<artifactId>activeio</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<!-- for unit test cases -->
|
||||
<dependency>
|
||||
|
@ -188,12 +96,11 @@
|
|||
<version>3.8.1</version>
|
||||
</dependency>
|
||||
|
||||
<!--concurrency -->
|
||||
<!--concurrency -->
|
||||
<dependency>
|
||||
<id>backport-util-concurrent</id>
|
||||
<version>2.0_01_pd</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- for multi-threaded unit test cases -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue