2005-12-30 17:37:11 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-30 17:37:11 -05:00
|
|
|
<!--
|
|
|
|
Copyright 2005-2006 The Apache Software Foundation
|
|
|
|
|
|
|
|
Licensed 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.
|
|
|
|
-->
|
2006-03-29 20:12:00 -05:00
|
|
|
|
|
|
|
<project
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0">
|
|
|
|
|
2005-12-28 10:24:44 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
2006-03-24 18:41:23 -05:00
|
|
|
<groupId>incubator-activemq</groupId>
|
2006-04-15 19:33:05 -04:00
|
|
|
<artifactId>activemq-parent</artifactId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<version>4.0-SNAPSHOT</version>
|
2006-03-29 20:12:00 -05:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2005-12-28 10:24:44 -05:00
|
|
|
</parent>
|
|
|
|
|
2006-04-15 19:33:05 -04:00
|
|
|
<artifactId>activemq</artifactId>
|
2006-03-06 23:14:27 -05:00
|
|
|
<packaging>jar</packaging>
|
2005-12-28 10:24:44 -05:00
|
|
|
<name>ActiveMQ :: Assembly</name>
|
|
|
|
<description>Puts together the ActiveMQ distribution</description>
|
|
|
|
|
|
|
|
<dependencies>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
|
|
|
<!-- activemq -->
|
2005-12-28 10:24:44 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<artifactId>activemq-core</artifactId>
|
|
|
|
</dependency>
|
2006-01-02 13:35:24 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-core-test</artifactId>
|
2006-01-02 13:35:24 -05:00
|
|
|
</dependency>
|
2006-02-07 01:48:24 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activeio-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
2006-02-07 01:48:24 -05:00
|
|
|
<artifactId>activemq-console</artifactId>
|
|
|
|
</dependency>
|
2005-12-28 10:24:44 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<artifactId>activemq-optional</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<artifactId>activemq-ra</artifactId>
|
|
|
|
<type>rar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<artifactId>activemq-jaas</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2006-04-15 19:33:05 -04:00
|
|
|
<artifactId>activemq-web-demo</artifactId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<type>war</type>
|
2006-03-29 20:12:00 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activecluster</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2006-04-15 19:33:05 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>${pom.groupId}</groupId>
|
|
|
|
<artifactId>activemq-ra</artifactId>
|
|
|
|
<type>rar</type>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
|
|
|
<!-- commons -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-httpclient</groupId>
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-dbcp</groupId>
|
|
|
|
<artifactId>commons-dbcp</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-pool</groupId>
|
|
|
|
<artifactId>commons-pool</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>activesoap</groupId>
|
|
|
|
<artifactId>jaxp-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xstream</groupId>
|
|
|
|
<artifactId>xstream</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlpull</groupId>
|
|
|
|
<artifactId>xmlpull</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-remote</artifactId>
|
2005-12-28 10:24:44 -05:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>backport-util-concurrent</groupId>
|
|
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
</dependency>
|
2005-12-28 05:40:02 -05:00
|
|
|
|
2005-12-28 10:24:44 -05:00
|
|
|
<dependency>
|
2006-03-22 14:52:39 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
|
|
|
</dependency>
|
2005-12-28 10:24:44 -05:00
|
|
|
<dependency>
|
2006-03-22 14:52:39 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jsp_2.0_spec</artifactId>
|
2006-03-29 20:12:00 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-servlet_2.4_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-12-28 10:24:44 -05:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-28 10:24:44 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>xbean-spring</artifactId>
|
|
|
|
<optional>true</optional>
|
2005-12-28 10:24:44 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring</artifactId>
|
2006-03-29 20:12:00 -05:00
|
|
|
<optional>true</optional>
|
2005-12-28 10:24:44 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-04-10 06:26:17 -04:00
|
|
|
<groupId>org.mortbay.jetty</groupId>
|
2005-12-28 10:24:44 -05:00
|
|
|
<artifactId>jetty</artifactId>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derbynet</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
</dependency>
|
|
|
|
|
2006-03-09 02:11:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-12-28 05:40:02 -05:00
|
|
|
|
2006-03-29 20:12:00 -05:00
|
|
|
<!-- dependencies specific to this module -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>jrms</groupId>
|
|
|
|
<artifactId>jrms</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xercesImpl</artifactId>
|
|
|
|
<version>2.6.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
<artifactId>xmlParserAPIs</artifactId>
|
|
|
|
<version>2.6.2</version>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-28 10:24:44 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
2005-12-28 10:24:44 -05:00
|
|
|
<plugins>
|
|
|
|
<!-- Configure which tests are included/excuded -->
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<forkMode>pertest</forkMode>
|
|
|
|
<excludes>
|
|
|
|
<!-- These tests run too slow to execute as part of the unit tests -->
|
|
|
|
<exclude implementation="java.lang.String">**/DefaultStoreBrokerTest.*</exclude>
|
|
|
|
<exclude implementation="java.lang.String">**/ActiveIOTransportBrokerTest.*</exclude>
|
|
|
|
<!-- These tests fails -->
|
|
|
|
<exclude implementation="java.lang.String">**/SpringTest.*</exclude>
|
|
|
|
<exclude implementation="java.lang.String">**/*QuickJournalRecoveryBrokerTest.*</exclude>
|
|
|
|
</excludes>
|
|
|
|
<includes>
|
|
|
|
<include implementation="java.lang.String">**/*RetroactiveConsumerTestWithDestinationBasedBufferTest.*</include>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-01-14 16:27:28 -05:00
|
|
|
<plugin>
|
2006-04-15 19:33:05 -04:00
|
|
|
<groupId>incubator-activemq</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
2006-01-14 16:27:28 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
2006-04-15 19:33:05 -04:00
|
|
|
<phase>compile</phase>
|
2006-01-14 16:27:28 -05:00
|
|
|
<goals>
|
2006-04-15 19:33:05 -04:00
|
|
|
<goal>createbundle</goal>
|
2006-01-14 16:27:28 -05:00
|
|
|
</goals>
|
|
|
|
<configuration>
|
2006-04-15 19:33:05 -04:00
|
|
|
<includes>activemq-core,activemq-console,activeio-core,activemq-optional,backport-util-concurrent,commons-logging,geronimo-jms_1.1_spec,geronimo-j2ee-management_1.0_spec,derby</includes>
|
2006-01-14 16:27:28 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
2006-04-15 19:33:05 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
|
|
|
<executions>
|
2005-12-28 10:24:44 -05:00
|
|
|
<execution>
|
2006-04-15 19:33:05 -04:00
|
|
|
<id>bin</id>
|
2006-03-10 18:52:45 -05:00
|
|
|
<phase>package</phase>
|
2005-12-28 10:24:44 -05:00
|
|
|
<goals>
|
|
|
|
<goal>assembly</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
2006-01-15 22:14:10 -05:00
|
|
|
<descriptors>
|
2006-04-15 19:33:05 -04:00
|
|
|
<descriptor>src/main/descriptors/bin.xml</descriptor>
|
2006-03-10 18:52:45 -05:00
|
|
|
</descriptors>
|
2006-04-15 19:33:05 -04:00
|
|
|
<finalName>activemq-${pom.version}</finalName>
|
2006-03-10 18:52:45 -05:00
|
|
|
<appendAssemblyId>false</appendAssemblyId>
|
2005-12-28 10:24:44 -05:00
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-12-28 05:40:02 -05:00
|
|
|
|
2006-04-10 06:26:17 -04:00
|
|
|
</project>
|