2006-02-18 01:03:51 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2006-03-29 20:12:00 -05:00
<!--
2006-09-25 12:58:58 -04:00
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2008-04-06 15:21:18 -04:00
--><project xmlns= "http://maven.apache.org/POM/4.0.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation= "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2006-09-25 12:58:58 -04:00
2008-03-28 19:13:50 -04:00
<parent >
<groupId > org.apache</groupId>
<artifactId > apache</artifactId>
2008-04-03 17:33:42 -04:00
<version > 4</version>
2008-03-28 19:13:50 -04:00
</parent>
2006-09-25 12:58:58 -04:00
<modelVersion > 4.0.0</modelVersion>
<groupId > org.apache.activemq</groupId>
<artifactId > activemq-parent</artifactId>
2007-02-28 03:46:39 -05:00
<version > 4.1-SNAPSHOT</version>
2006-09-25 12:58:58 -04:00
<packaging > pom</packaging>
<name > ActiveMQ</name>
2008-04-07 15:23:31 -04:00
<description > ActiveMQ is a fast and powerful Message Broker which supports many Cross Language Clients and Protocols and many advanced features while fully supporting JMS 1.1 and J2EE 1.4.</description>
2006-09-25 12:58:58 -04:00
<prerequisites >
2008-04-03 17:33:42 -04:00
<maven > 2.0.8</maven>
2006-09-25 12:58:58 -04:00
</prerequisites>
2007-02-28 03:46:39 -05:00
<url > http://activemq.apache.org/</url>
2006-09-25 12:58:58 -04:00
<organization >
<name > Apache Software Foundation</name>
<url > http://www.apache.org/</url>
</organization>
<licenses >
<license >
<name > The Apache Software License, Version 2.0</name>
<url > http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution > repo</distribution>
</license>
</licenses>
<mailingLists >
<mailingList >
<name > Development List</name>
2008-04-03 17:33:42 -04:00
<subscribe > dev-subscribe@activemq.apache.org</subscribe>
<unsubscribe > dev-unsubscribe@activemq.apache.org</unsubscribe>
<post > dev@activemq.apache.org</post>
2006-09-25 12:58:58 -04:00
</mailingList>
</mailingLists>
<distributionManagement >
<site >
2008-04-03 17:33:42 -04:00
<!-- this needs to match a server in your settings.xml with upload settings -->
<id > activemq-website</id>
<!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
<url > ${staging.siteURL}/${siteId}/maven/${version}</url>
<!-- <url>${site - repo - url}</url> -->
2006-09-25 12:58:58 -04:00
</site>
</distributionManagement>
<modules >
<module > activemq-core</module>
<module > activemq-console</module>
2006-11-28 11:14:28 -05:00
<module > activemq-jaas</module>
<!-- <module>activemq - jpa - store</module> -->
<module > activemq-openwire-generator</module>
<module > activemq-optional</module>
2006-09-25 12:58:58 -04:00
<module > activemq-ra</module>
<module > activemq-rar</module>
2006-11-28 11:14:28 -05:00
<module > activemq-test-atomikos</module>
<module > activemq-tooling</module>
2006-09-25 12:58:58 -04:00
<module > activemq-web</module>
<module > activemq-web-demo</module>
<module > activemq-web-console</module>
2006-10-26 10:59:41 -04:00
<module > activemq-xmpp</module>
2006-09-25 12:58:58 -04:00
<module > assembly</module>
2008-04-06 15:21:18 -04:00
<module > activemq-jmdns_1.0</module>
2006-09-25 12:58:58 -04:00
</modules>
<scm >
2008-03-28 19:13:50 -04:00
<connection > scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1</connection>
<developerConnection > scm:svn:https://svn.apache.org/repos/asf/activemq/branches/activemq-4.1</developerConnection>
<url > http://svn.apache.org/viewcvs.cgi/activemq/branches/activemq-4.1</url>
2006-09-25 12:58:58 -04:00
</scm>
<dependencyManagement >
<dependencies >
<!-- =============================== -->
<!-- ActiveMQ Dependencies -->
<!-- =============================== -->
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-core</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-core</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
<type > test-jar</type>
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-jaas</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
2008-04-06 15:21:18 -04:00
<dependency >
<groupId > org.apache.activemq</groupId>
<artifactId > activemq-jmdns_1.0</artifactId>
<version > ${activemq-version}</version>
</dependency>
2006-09-25 12:58:58 -04:00
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-web</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-web-demo</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
<type > war</type>
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-gbean-management</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-console</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-optional</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-ra</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-rar</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
<type > rar</type>
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activemq-web</artifactId>
2006-10-05 05:55:36 -04:00
<version > ${activemq-version}</version>
2006-09-25 12:58:58 -04:00
<type > war</type>
</dependency>
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-09-25 12:58:58 -04:00
<artifactId > activeio-core</artifactId>
2008-04-06 15:21:18 -04:00
<version > 3.0.1</version>
2006-09-25 12:58:58 -04:00
</dependency>
2006-10-05 05:55:36 -04:00
<dependency >
2006-10-10 00:01:42 -04:00
<groupId > org.apache.activemq</groupId>
2006-10-05 05:55:36 -04:00
<artifactId > activemq-openwire-generator</artifactId>
<version > ${activemq-version}</version>
</dependency>
2006-09-25 12:58:58 -04:00
<!-- =============================== -->
<!-- Required dependencies -->
<!-- =============================== -->
<dependency >
<groupId > backport-util-concurrent</groupId>
<artifactId > backport-util-concurrent</artifactId>
<version > ${backport-util-concurrent-version}</version>
</dependency>
<dependency >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
<version > ${commons-logging-version}</version>
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
<artifactId > geronimo-jms_1.1_spec</artifactId>
2008-03-28 19:13:50 -04:00
<version > 1.1.1</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
<artifactId > geronimo-jta_1.0.1B_spec</artifactId>
2008-03-28 19:13:50 -04:00
<version > 1.0.1</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
<artifactId > geronimo-j2ee-management_1.0_spec</artifactId>
2008-03-28 19:13:50 -04:00
<version > 1.0</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
2008-03-28 19:13:50 -04:00
<artifactId > geronimo-jacc_1.1_spec</artifactId>
<version > 1.0.1</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
<artifactId > geronimo-j2ee-connector_1.5_spec</artifactId>
2008-03-28 19:13:50 -04:00
<version > 2.0.0</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
2008-03-28 19:13:50 -04:00
<artifactId > geronimo-jsp_2.1_spec</artifactId>
<version > 1.0.1</version>
2006-09-25 12:58:58 -04:00
</dependency>
<dependency >
<groupId > org.apache.geronimo.specs</groupId>
2008-03-28 19:13:50 -04:00
<artifactId > geronimo-servlet_2.5_spec</artifactId>
<version > 1.2</version>
2006-09-25 12:58:58 -04:00
</dependency>
<!-- =============================== -->
<!-- Optional dependencies -->
<!-- =============================== -->
<!-- for custom XML parsing -->
<dependency >
<groupId > org.apache.xbean</groupId>
<artifactId > xbean-spring</artifactId>
<version > ${xbean-version}</version>
<optional > true</optional>
<exclusions >
<exclusion >
<groupId > qdox</groupId>
<artifactId > qdox</artifactId>
</exclusion>
</exclusions>
<!--
<exclusions >
<exclusion >
<groupId > backport-util-concurrent</groupId>
<artifactId > backport-util-concurrent</artifactId>
</exclusion>
<exclusion >
<groupId > ant</groupId>
<artifactId > ant</artifactId>
</exclusion>
<exclusion >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
</exclusion>
<exclusion >
<groupId > mx4j</groupId>
<artifactId > mx4j</artifactId>
</exclusion>
<exclusion >
<groupId > qdox</groupId>
<artifactId > qdox</artifactId>
</exclusion>
<exclusion >
<groupId > stax</groupId>
<artifactId > stax-api</artifactId>
</exclusion>
</exclusions>
2006-07-06 04:20:22 -04:00
-->
2006-09-25 12:58:58 -04:00
</dependency>
<!-- Used to configure the activemq logs -->
<dependency >
<groupId > log4j</groupId>
<artifactId > log4j</artifactId>
<version > ${log4j-version}</version>
<scope > runtime</scope>
</dependency>
<!-- used to support optional transport configuration via URI query strings -->
<dependency >
<groupId > commons-beanutils</groupId>
<artifactId > commons-beanutils</artifactId>
<version > ${commons-beanutils-version}</version>
</dependency>
<dependency >
<groupId > commons-collections</groupId>
<artifactId > commons-collections</artifactId>
<version > ${commons-collections-version}</version>
</dependency>
<!-- Optional Spring Support -->
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring</artifactId>
2006-10-25 18:05:36 -04:00
<version > 2.0</version>
2006-09-25 12:58:58 -04:00
<optional > true</optional>
<exclusions >
<exclusion >
<groupId > javax.mail</groupId>
<artifactId > mail</artifactId>
</exclusion>
<exclusion >
<groupId > javax.resource</groupId>
<artifactId > connector</artifactId>
</exclusion>
<exclusion >
<groupId > javax.transaction</groupId>
<artifactId > jta</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-support</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-orm</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-hibernate</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-remoting</artifactId>
</exclusion>
<exclusion >
<groupId > org.springframework</groupId>
<artifactId > spring-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Optional Derby support -->
<dependency >
<groupId > org.apache.derby</groupId>
<artifactId > derby</artifactId>
<version > ${org-apache-derby-version}</version>
<optional > true</optional>
</dependency>
<dependency >
<groupId > org.apache.derby</groupId>
<artifactId > derbynet</artifactId>
<version > ${org-apache-derby-version}</version>
<optional > true</optional>
</dependency>
<!-- Optional Axion support -->
<dependency >
<groupId > axion</groupId>
<artifactId > axion</artifactId>
<version > ${axion-version}</version>
<optional > true</optional>
</dependency>
<dependency >
<groupId > commons-primitives</groupId>
<artifactId > commons-primitives</artifactId>
<version > ${commons-primitives-version}</version>
<optional > true</optional>
</dependency>
<dependency >
<groupId > regexp</groupId>
<artifactId > regexp</artifactId>
<version > ${regexp-version}</version>
<optional > true</optional>
</dependency>
<!-- Optional HSQL DB Support -->
<!--
2006-07-06 04:20:22 -04:00
<dependency >
2006-09-25 12:58:58 -04:00
<groupId > hsqldb</groupId>
<artifactId > hsqldb</artifactId>
<version > ${hsqldb-version}</version>
<optional > true</optional>
2006-07-06 04:20:22 -04:00
</dependency>
2006-09-25 12:58:58 -04:00
-->
<dependency >
<groupId > commons-dbcp</groupId>
<artifactId > commons-dbcp</artifactId>
<version > ${commons-dbcp-version}</version>
<optional > true</optional>
</dependency>
<dependency >
<groupId > commons-pool</groupId>
<artifactId > commons-pool</artifactId>
<version > ${commons-pool-version}</version>
<optional > true</optional>
</dependency>
<!-- Optional Journal Implementation -->
<!--
2006-07-06 04:20:22 -04:00
<dependency >
2006-09-25 12:58:58 -04:00
<groupId > howl</groupId>
<artifactId > howl-logger</artifactId>
<version > ${howl-version}</version>
<optional > true</optional>
2006-07-06 04:20:22 -04:00
</dependency>
2006-09-25 12:58:58 -04:00
-->
<!-- Optional Jabber support -->
<dependency >
<groupId > activemq</groupId>
<artifactId > smack</artifactId>
<version > 1.5.0</version>
<optional > true</optional>
</dependency>
<dependency >
<groupId > activemq</groupId>
<artifactId > smackx</artifactId>
<version > 1.5.0</version>
<optional > true</optional>
</dependency>
<!-- =============================== -->
<!-- XML processing dependencies -->
<!-- =============================== -->
<!-- For XMLBeans -->
<dependency >
<groupId > xmlbeans</groupId>
<artifactId > xbean</artifactId>
<version > ${xmlbeans-version}</version>
</dependency>
<dependency >
<groupId > xmlbeans</groupId>
<artifactId > xmlpublic</artifactId>
<version > ${xmlbeans-version}</version>
</dependency>
<dependency >
<groupId > xmlbeans</groupId>
<artifactId > xbean_xpath</artifactId>
<version > ${xmlbeans-version}</version>
</dependency>
<!-- For Stax -->
<dependency >
<groupId > stax</groupId>
<artifactId > stax-api</artifactId>
<version > 1.0</version>
</dependency>
<dependency >
<groupId > stax</groupId>
<artifactId > stax</artifactId>
<version > 1.1.1-dev</version>
</dependency>
<!-- To use XPath using JAXP 1.3 (std in Java 5) -->
<dependency >
<groupId > activesoap</groupId>
<artifactId > jaxp-api</artifactId>
<version > 1.3</version>
</dependency>
<!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) -->
<dependency >
<groupId > activesoap</groupId>
<artifactId > jaxp-api</artifactId>
<version > 1.3</version>
</dependency>
<dependency >
<groupId > xalan</groupId>
<artifactId > xalan</artifactId>
<version > 2.6.0</version>
</dependency>
2008-04-06 15:21:18 -04:00
<!--
2006-09-25 12:58:58 -04:00
<dependency >
<groupId > activemq</groupId>
<artifactId > jmdns</artifactId>
<version > 1.0-RC2</version>
</dependency>
2008-04-06 15:21:18 -04:00
-->
2006-09-25 12:58:58 -04:00
<dependency >
<groupId > mx4j</groupId>
<artifactId > mx4j</artifactId>
<version > ${mx4j-version}</version>
</dependency>
<dependency >
<groupId > mx4j</groupId>
<artifactId > mx4j-jmx</artifactId>
<version > ${mx4j-version}</version>
</dependency>
<dependency >
<groupId > mx4j</groupId>
<artifactId > mx4j-remote</artifactId>
<version > ${mx4j-version}</version>
</dependency>
<dependency >
<groupId > mx4j</groupId>
<artifactId > mx4j-tools</artifactId>
<version > ${mx4j-version}</version>
</dependency>
<dependency >
<groupId > mx4j</groupId>
<artifactId > mx4j-impl</artifactId>
<version > ${mx4j-version}</version>
</dependency>
<dependency >
<groupId > xstream</groupId>
<artifactId > xstream</artifactId>
<version > ${xstream-version}</version>
</dependency>
<dependency >
<groupId > xmlpull</groupId>
<artifactId > xmlpull</artifactId>
<version > ${xmlpull-version}</version>
</dependency>
2008-03-28 19:13:50 -04:00
<!--
2006-09-25 12:58:58 -04:00
<dependency >
<groupId > org.mortbay.jetty</groupId>
<artifactId > servlet-api-2.5</artifactId>
<version > ${jetty-version}</version>
</dependency>
2008-03-28 19:13:50 -04:00
-->
2006-09-25 12:58:58 -04:00
<dependency >
<groupId > org.mortbay.jetty</groupId>
<artifactId > jetty-util</artifactId>
<version > ${jetty-version}</version>
</dependency>
<dependency >
<groupId > org.mortbay.jetty</groupId>
<artifactId > jetty</artifactId>
<version > ${jetty-version}</version>
</dependency>
<dependency >
<groupId > axis</groupId>
<artifactId > axis</artifactId>
<version > ${axis-version}</version>
</dependency>
<dependency >
<groupId > commons-httpclient</groupId>
<artifactId > commons-httpclient</artifactId>
<version > ${commons-httpclient-version}</version>
</dependency>
<dependency >
<groupId > aopalliance</groupId>
<artifactId > aopalliance</artifactId>
<version > ${aopalliance-version}</version>
</dependency>
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > ${junit-version}</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > jmock</groupId>
<artifactId > jmock</artifactId>
<version > ${jmock-version}</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > jmock</groupId>
<artifactId > jmock-cglib</artifactId>
<version > ${jmock-version}</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > cglib</groupId>
<artifactId > cglib-full</artifactId>
<version > ${cglib-version}</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > annogen</groupId>
<artifactId > annogen</artifactId>
<version > ${annogen-version}</version>
</dependency>
<dependency >
<groupId > ant</groupId>
<artifactId > ant</artifactId>
<version > ${ant-version}</version>
</dependency>
<!-- ACTIVEMQ - WEB Specific Dependencies -->
<dependency >
<groupId > rome</groupId>
<artifactId > rome</artifactId>
<version > ${rome-version}</version>
</dependency>
<dependency >
<groupId > jdom</groupId>
<artifactId > jdom</artifactId>
<version > ${jdom-version}</version>
</dependency>
<!-- ACTIVEMQ - JAAS Dependencies -->
<dependency >
<groupId > directory</groupId>
<artifactId > apacheds-core</artifactId>
<version > ${directory-version}</version>
</dependency>
<dependency >
<groupId > directory</groupId>
<artifactId > apacheds-shared</artifactId>
<version > ${directory-version}</version>
</dependency>
<dependency >
<groupId > directory-shared</groupId>
<artifactId > apache-ldapber-provider</artifactId>
<version > ${directory-version}</version>
<exclusions >
<exclusion >
<groupId > commons-test</groupId>
<artifactId > commons-test</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > directory-shared</groupId>
<artifactId > ldap-common</artifactId>
<version > ${directory-version}</version>
</dependency>
<dependency >
<groupId > directory-asn1</groupId>
<artifactId > asn1-codec</artifactId>
<version > ${directory-asn1-version}</version>
</dependency>
<dependency >
<groupId > directory-asn1</groupId>
<artifactId > asn1-der</artifactId>
<version > ${directory-asn1-version}</version>
<exclusions >
<exclusion >
<groupId > commons-test</groupId>
<artifactId > commons-test</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency >
<groupId > directory-shared</groupId>
<artifactId > kerberos-common</artifactId>
<version > ${directory-kerboros-version}</version>
</dependency>
<dependency >
<groupId > directory-network</groupId>
<artifactId > mina</artifactId>
<version > ${directory-mina-version}</version>
</dependency>
<dependency >
<groupId > directory-protocols</groupId>
<artifactId > kerberos-protocol</artifactId>
<version > ${directory-kerboros-version}</version>
</dependency>
<dependency >
<groupId > directory-protocols</groupId>
<artifactId > ldap-protocol</artifactId>
<version > ${directory-version}</version>
</dependency>
2008-03-28 19:13:50 -04:00
2006-09-25 12:58:58 -04:00
<dependency >
<groupId > p2psockets</groupId>
<artifactId > p2psockets-core</artifactId>
<version > ${p2psockets-version}</version>
</dependency>
<dependency >
<groupId > jxta</groupId>
<artifactId > jxta</artifactId>
<version > ${jxta-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build >
<pluginManagement >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
2008-03-28 19:13:50 -04:00
<artifactId > maven-antrun-plugin</artifactId>
<version > 1.1</version>
2006-09-25 12:58:58 -04:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
<version > 2.1</version>
</plugin>
<plugin >
2008-03-28 19:13:50 -04:00
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 2.0.2</version>
2006-09-25 12:58:58 -04:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
2008-03-28 19:13:50 -04:00
<artifactId > maven-eclipse-plugin</artifactId>
2008-04-03 17:33:42 -04:00
<version > 2.4</version>
<configuration >
<downloadSources > true</downloadSources>
<downloadJavadocs > true</downloadJavadocs>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-gpg-plugin</artifactId>
<version > 1.0-alpha-4</version>
<executions >
<execution >
<goals >
<goal > sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-install-plugin</artifactId>
<version > 2.2</version>
2006-09-25 12:58:58 -04:00
</plugin>
2006-11-13 10:38:40 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jar-plugin</artifactId>
2008-03-28 19:13:50 -04:00
<version > 2.2</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
2008-04-03 17:33:42 -04:00
<version > 2.4</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-release-plugin</artifactId>
<version > 2.0-beta-7</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-remote-resources-plugin</artifactId>
<version > 1.0</version>
<executions >
<execution >
<goals >
<goal > process</goal>
</goals>
<configuration >
<properties >
<projectName > ${projectName}</projectName>
</properties>
<resourceBundles >
<resourceBundle > org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
<version > 2.0.4</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-stage-plugin</artifactId>
<version > 1.0-alpha-1</version>
2008-03-28 19:13:50 -04:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<version > ${org-apache-maven-surefire-plugin-version}</version>
</plugin>
<plugin >
<groupId > org.apache.felix</groupId>
<artifactId > maven-bundle-plugin</artifactId>
<version > ${felix-version}</version>
</plugin>
2008-04-03 17:33:42 -04:00
<plugin >
<groupId > org.apache.geronimo.genesis.plugins</groupId>
<artifactId > tools-maven-plugin</artifactId>
<version > 1.4</version>
</plugin>
2008-03-28 19:13:50 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > javacc-maven-plugin</artifactId>
<version > 2.0</version>
</plugin>
2008-04-03 17:33:42 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > rat-maven-plugin</artifactId>
<version > 1.0-alpha-3</version>
<configuration >
<excludeSubProjects > false</excludeSubProjects>
</configuration>
</plugin>
2008-03-28 19:13:50 -04:00
<plugin >
<groupId > org.mortbay.jetty</groupId>
<artifactId > maven-jetty-plugin</artifactId>
<version > ${jetty-version}</version>
2006-11-13 10:38:40 -05:00
</plugin>
2006-09-25 12:58:58 -04:00
</plugins>
</pluginManagement>
<plugins >
2006-11-13 10:38:40 -05:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jar-plugin</artifactId>
<configuration >
<archive >
<index > true</index>
<compress > true</compress>
<manifestEntries >
<Implementation-Vendor > Apache Software Foundation</Implementation-Vendor>
<Implementation-Vendor-Id > org.apache</Implementation-Vendor-Id>
<Package > ${project.groupId}</Package>
<Extension-Name > ${project.artifactId}</Extension-Name>
<Implementation-Version > ${project.version}</Implementation-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
2006-09-25 12:58:58 -04:00
<plugin >
2008-03-28 19:13:50 -04:00
<groupId > org.apache.felix</groupId>
<artifactId > maven-bundle-plugin</artifactId>
<extensions > true</extensions>
<configuration >
<instructions >
<Bundle-Name > ${artifactId}</Bundle-Name>
<Bundle-SymbolicName > ${activemq.osgi.symbolic.name}</Bundle-SymbolicName>
<Export-Package > ${activemq.osgi.export}</Export-Package>
<Import-Package > ${activemq.osgi.import}</Import-Package>
<Private-Package > ${activemq.osgi.private.pkg}</Private-Package>
<Implementation-Title > Apache ActiveMQ</Implementation-Title>
<Implementation-Version > ${project.version}</Implementation-Version>
</instructions>
</configuration>
2006-09-25 12:58:58 -04:00
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<configuration >
<source > 1.4</source>
<target > 1.4</target>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<configuration >
<forkMode > once</forkMode>
<redirectTestOutputToFile > true</redirectTestOutputToFile>
</configuration>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-eclipse-plugin</artifactId>
<configuration >
<outputDirectory > ${basedir}/eclipse-classes</outputDirectory>
</configuration>
</plugin>
2008-04-03 17:33:42 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > rat-maven-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.geronimo.genesis.plugins</groupId>
<artifactId > tools-maven-plugin</artifactId>
<executions >
<execution >
<id > verify-legal-files</id>
<phase > verify</phase>
<goals >
<goal > verify-legal-files</goal>
</goals>
<configuration >
<!-- Fail the build if no legal files were found -->
<strict > true</strict>
</configuration>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-remote-resources-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-stage-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-release-plugin</artifactId>
</plugin>
2006-09-25 12:58:58 -04:00
</plugins>
</build>
<reporting >
<plugins >
<plugin >
<artifactId > maven-javadoc-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jxr-plugin</artifactId>
</plugin>
2008-04-07 15:23:31 -04:00
<!--
2006-09-25 12:58:58 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-report-plugin</artifactId>
</plugin>
2008-04-07 15:23:31 -04:00
-->
2007-03-01 10:33:27 -05:00
<!--
2006-09-25 12:58:58 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-checkstyle-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-pmd-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > cobertura-maven-plugin</artifactId>
</plugin>
2007-03-01 10:33:27 -05:00
-->
2006-09-25 12:58:58 -04:00
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > taglist-maven-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<configuration >
<links >
2007-03-01 10:33:27 -05:00
<link > http://java.sun.com/j2se/1.5.0/docs/api/</link>
<link > http://java.sun.com/j2ee/1.4/docs/api/</link>
2006-09-25 12:58:58 -04:00
<link > http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
<link > http://jakarta.apache.org/commons/dbcp/apidocs/</link>
<link > http://jakarta.apache.org/commons/fileupload/apidocs/</link>
<link > http://jakarta.apache.org/commons/httpclient/apidocs/</link>
2007-03-01 10:33:27 -05:00
<link > http://jakarta.apache.org/commons/logging/apidocs/</link>
2006-09-25 12:58:58 -04:00
<link > http://jakarta.apache.org/commons/pool/apidocs/</link>
2007-03-01 10:33:27 -05:00
<link > http://junit.sourceforge.net/javadoc/</link>
2006-09-25 12:58:58 -04:00
<link > http://logging.apache.org/log4j/docs/api/</link>
</links>
2007-03-01 10:33:27 -05:00
<linksource > true</linksource>
<maxmemory > 900m</maxmemory>
<source > 1.5</source>
2006-09-25 12:58:58 -04:00
</configuration>
</plugin>
</plugins>
</reporting>
2008-04-03 17:33:42 -04:00
<profiles >
<profile >
<id > release</id>
<build >
<plugins >
2008-04-07 13:59:59 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<configuration >
<test > false</test>
</configuration>
</plugin>
2008-04-03 17:33:42 -04:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-release-plugin</artifactId>
<configuration >
<useReleaseProfile > false</useReleaseProfile>
<goals > deploy</goals>
<arguments > -Prelease</arguments>
2008-04-07 13:07:27 -04:00
<autoVersionSubmodules > true</autoVersionSubmodules>
2008-04-03 17:33:42 -04:00
</configuration>
</plugin>
<!-- We want a source jar -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
<executions >
<execution >
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- We want to sign the artifact, the POM, and all attached artifacts -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-gpg-plugin</artifactId>
<inherited > true</inherited>
<configuration >
<passphrase > ${gpg.passphrase}</passphrase>
</configuration>
<executions >
<execution >
<goals >
<goal > sign</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- We want to deploy the artifact to a staging location for perusal -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-deploy-plugin</artifactId>
<inherited > true</inherited>
<configuration >
<altDeploymentRepository > ${deploy.altRepository}</altDeploymentRepository>
<updateReleaseInfo > true</updateReleaseInfo>
</configuration>
</plugin>
<!-- We want the JavaDoc JAR published with the release -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<inherited > true</inherited>
<configuration >
<source > 1.4</source>
</configuration>
<executions >
<execution >
<id > attach-javadocs</id>
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile >
<id > full</id>
<build >
<plugins >
<!-- We want a source jar -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
<executions >
<execution >
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- We want the JavaDoc JAR published with the release -->
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<inherited > true</inherited>
<configuration >
<source > 1.4</source>
</configuration>
<executions >
<execution >
<id > attach-javadocs</id>
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
2006-09-25 12:58:58 -04:00
<properties >
2008-04-03 17:33:42 -04:00
<siteId > activemq</siteId>
<projectName > Apache ActiveMQ</projectName>
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
<staging.siteURL > scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
2007-02-28 03:46:39 -05:00
<activemq-version > 4.1-SNAPSHOT</activemq-version>
2006-09-25 12:58:58 -04:00
<activesoap-version > 1.3</activesoap-version>
<annogen-version > 0.1.0</annogen-version>
<ant-version > 1.6.2</ant-version>
<aopalliance-version > 1.0</aopalliance-version>
<axion-version > 1.0-M3-dev</axion-version>
<axis-version > 1.2-RC1</axis-version>
<backport-util-concurrent-version > 2.1</backport-util-concurrent-version>
<cglib-version > 2.0</cglib-version>
<commons-beanutils-version > 1.6.1</commons-beanutils-version>
<commons-collections-version > 2.1</commons-collections-version>
<commons-dbcp-version > 1.2</commons-dbcp-version>
<commons-httpclient-version > 2.0.1</commons-httpclient-version>
2008-03-28 19:13:50 -04:00
<commons-logging-version > 1.1.1</commons-logging-version>
2006-09-25 12:58:58 -04:00
<commons-pool-version > 1.2</commons-pool-version>
<commons-primitives-version > 1.0</commons-primitives-version>
<directory-asn1-version > 0.3.2</directory-asn1-version>
<directory-kerboros-version > 0.5</directory-kerboros-version>
<directory-mina-version > 0.7.3</directory-mina-version>
<directory-version > 0.9.2</directory-version>
2008-03-28 19:13:50 -04:00
<felix-version > 1.0.0</felix-version>
2006-09-25 12:58:58 -04:00
<geronimo-version > 1.0</geronimo-version>
<howl-version > 0.1.8</howl-version>
<hsqldb-version > 1.7.2.2</hsqldb-version>
<jdom-version > 1.0</jdom-version>
2006-10-31 12:09:40 -05:00
<jetty-version > 6.0.1</jetty-version>
2006-09-25 12:58:58 -04:00
<jmock-version > 1.0.1</jmock-version>
<junit-version > 3.8.1</junit-version>
<jxta-version > 2.0</jxta-version>
<log4j-version > 1.2.12</log4j-version>
<mx4j-version > 2.1.1</mx4j-version>
<org-apache-derby-version > 10.1.1.0</org-apache-derby-version>
<org-apache-geronimo-specs-version > 1.0</org-apache-geronimo-specs-version>
<org-apache-maven-surefire-plugin-version > 2.2</org-apache-maven-surefire-plugin-version>
<p2psockets-version > 1.1.2</p2psockets-version>
<regexp-version > 1.3</regexp-version>
<rome-version > 0.8</rome-version>
<stax-version > 1.1.1-dev</stax-version>
<xalan-version > 2.6.0</xalan-version>
<xmlbeans-version > 2.0.0-beta1</xmlbeans-version>
<xmlpull-version > 1.1.3.4d_b4_min</xmlpull-version>
<xstream-version > 1.1.2</xstream-version>
2007-06-08 05:27:11 -04:00
<xbean-version > 3.0</xbean-version>
2007-02-28 03:46:39 -05:00
<dist-repo-url > scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</dist-repo-url>
2008-03-28 19:13:50 -04:00
<!-- <m1 - dist - repo - url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1 - snapshot - repository</m1 - dist - repo - url> -->
2007-02-28 03:46:39 -05:00
<site-repo-url > scpexe://people.apache.org/www/activemq.apache.org/maven/</site-repo-url>
2008-03-28 19:13:50 -04:00
<!-- OSGi bundles properties -->
<activemq.osgi.import.pkg > *</activemq.osgi.import.pkg>
<activemq.osgi.export.pkg > org.apache.activemq*</activemq.osgi.export.pkg>
<activemq.osgi.private.pkg > !*</activemq.osgi.private.pkg>
<activemq.osgi.export > ${activemq.osgi.export.pkg}*;version=${activemq.osgi.export.version}</activemq.osgi.export>
<activemq.osgi.export.version > ${project.version}</activemq.osgi.export.version>
<activemq.osgi.import > ${activemq.osgi.import.pkg}</activemq.osgi.import>
<activemq.osgi.symbolic.name > ${groupId}.${artifactId}</activemq.osgi.symbolic.name>
2006-09-25 12:58:58 -04:00
</properties>
2006-06-30 17:07:54 -04:00
</project>