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-12 12:53:59 -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-21 16:43:55 -05:00
|
|
|
<version>4.0-SNAPSHOT</version>
|
2006-03-29 20:12:00 -05:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2005-12-12 12:53:59 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activemq-core</artifactId>
|
2005-12-21 22:43:57 -05:00
|
|
|
<name>ActiveMQ :: Core</name>
|
|
|
|
<description>The ActiveMQ Message Broker and Client implementations</description>
|
2005-12-12 12:53:59 -05:00
|
|
|
|
|
|
|
<dependencies>
|
2006-02-18 01:03:51 -05:00
|
|
|
|
2006-04-30 01:01:50 -04:00
|
|
|
<!-- =============================== -->
|
|
|
|
<!-- Required Dependencies -->
|
|
|
|
<!-- =============================== -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>backport-util-concurrent</groupId>
|
|
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
|
|
<optional>false</optional>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<optional>false</optional>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-20 09:50:52 -05:00
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>${pom.groupId}</groupId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<artifactId>activeio-core</artifactId>
|
2006-04-30 01:01:50 -04:00
|
|
|
<optional>false</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-04-30 01:01:50 -04:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-04-30 01:01:50 -04:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jms_1.1_spec</artifactId>
|
|
|
|
<optional>false</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-04-30 01:01:50 -04:00
|
|
|
|
2006-03-29 20:12:00 -05:00
|
|
|
<!-- =============================== -->
|
2006-04-30 01:01:50 -04:00
|
|
|
<!-- Optional Dependencies -->
|
2006-03-29 20:12:00 -05:00
|
|
|
<!-- =============================== -->
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-04-30 01:01:50 -04:00
|
|
|
<groupId>incubator-activemq</groupId>
|
|
|
|
<artifactId>activemq-jaas</artifactId>
|
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-04-30 01:01:50 -04:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-03-22 14:52:39 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-22 14:52:39 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-22 14:52:39 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
|
|
|
|
<!-- commons -->
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-primitives</groupId>
|
|
|
|
<artifactId>commons-primitives</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>commons-pool</groupId>
|
|
|
|
<artifactId>commons-pool</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2006-03-29 20:12:00 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>axion</groupId>
|
|
|
|
<artifactId>axion</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2006-03-29 20:12:00 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>regexp</groupId>
|
|
|
|
<artifactId>regexp</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2006-03-29 20:12:00 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>jmdns</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smack</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>activemq</groupId>
|
|
|
|
<artifactId>smackx</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xbean</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xmlpublic</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xbean_xpath</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax-api</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>stax</groupId>
|
|
|
|
<artifactId>stax</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>runtime</scope>
|
|
|
|
<optional>true</optional>
|
2006-01-13 21:33:26 -05:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>xmlbeans</groupId>
|
|
|
|
<artifactId>xmlbeans-jsr173-api</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
</exclusion>
|
2006-01-13 21:33:26 -05:00
|
|
|
</exclusions>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>xalan</groupId>
|
|
|
|
<artifactId>xalan</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2006-01-03 13:54:54 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>activesoap</groupId>
|
|
|
|
<artifactId>jaxp-api</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<scope>test</scope>
|
2006-01-03 13:54:54 -05:00
|
|
|
</dependency>
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependency>
|
2006-02-09 16:41:59 -05:00
|
|
|
<groupId>org.apache.xbean</groupId>
|
2005-12-12 12:53:59 -05:00
|
|
|
<artifactId>xbean-spring</artifactId>
|
2006-04-17 18:39:14 -04:00
|
|
|
<optional>true</optional>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
|
|
|
|
2006-03-09 02:11:37 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependencies>
|
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
<build>
|
2006-01-03 15:47:18 -05:00
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
<plugins>
|
|
|
|
|
|
|
|
<!-- Configure which tests are included/excuded -->
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<forkMode>pertest</forkMode>
|
2006-01-03 13:54:54 -05:00
|
|
|
<childDelegation>false</childDelegation>
|
|
|
|
<useFile>true</useFile>
|
2006-03-10 18:52:45 -05:00
|
|
|
<includes>
|
|
|
|
<include>**/*Test.*</include>
|
|
|
|
</includes>
|
2005-12-28 10:25:44 -05:00
|
|
|
<excludes>
|
2006-03-13 17:59:08 -05:00
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
<!-- These tests run too slow to execute as part of the unit tests -->
|
2006-01-03 15:47:18 -05:00
|
|
|
<exclude>**/DefaultStoreBrokerTest.*</exclude>
|
|
|
|
<exclude>**/TcpTransportBrokerTest.*</exclude>
|
2006-03-13 17:59:08 -05:00
|
|
|
<exclude>**/activeio/*</exclude>
|
|
|
|
|
|
|
|
<!-- These are performance tests so take too long to run -->
|
|
|
|
<exclude>**/perf/*</exclude>
|
|
|
|
|
|
|
|
<!-- This test currently fails -->
|
|
|
|
<exclude>**/ItStillMarshallsTheSameTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- http://jira.activemq.org/jira/browse/AMQ-522 -->
|
|
|
|
<exclude>**/ProxyConnectorTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- http://jira.activemq.org/jira/browse/AMQ-594 -->
|
|
|
|
<exclude>**/SimpleNetworkTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- http://jira.activemq.org/jira/browse/AMQ-583 -->
|
|
|
|
<exclude>**/DiscoveryTransportBrokerTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- http://jira.activemq.org/jira/browse/AMQ-610 -->
|
|
|
|
<exclude>**/FanoutTransportBrokerTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- http://jira.activemq.org/jira/browse/AMQ-626 -->
|
|
|
|
<exclude>**/MultipleTestsWithSpringFactoryBeanTest.*</exclude>
|
|
|
|
<exclude>**/MultipleTestsWithXBeanFactoryBeanTest.*</exclude>
|
|
|
|
<exclude>**/MultipleTestsWithSpringXBeanFactoryBeanTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- TODO FIX ME -->
|
|
|
|
<exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
|
|
|
|
<exclude>**/MulticastTransportTest.*</exclude>
|
2006-01-03 13:54:54 -05:00
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2006-03-10 18:52:45 -05:00
|
|
|
<!-- generate the attached tests jar -->
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<configuration>
|
|
|
|
<tasks>
|
|
|
|
|
|
|
|
<mkdir dir="${basedir}/target/generated"/>
|
2006-02-09 16:41:59 -05:00
|
|
|
<taskdef name="xsdGenerate" classname="org.apache.xbean.spring.generator.MappingGeneratorTask"/>
|
2005-12-28 10:25:44 -05:00
|
|
|
<xsdGenerate
|
2006-02-18 01:03:51 -05:00
|
|
|
destFile="${basedir}/target/activemq-${project.version}.xsd"
|
2005-12-28 10:25:44 -05:00
|
|
|
namespace="http://activemq.org/config/1.0"
|
|
|
|
srcdir="${basedir}/src/main/java"
|
|
|
|
metaInfDir="${basedir}/target/generated/"/>
|
2006-01-03 15:47:18 -05:00
|
|
|
|
|
|
|
<copy todir="${basedir}/target/classes">
|
|
|
|
<fileset dir="${basedir}/target/generated"/>
|
|
|
|
</copy>
|
2006-02-18 01:03:51 -05:00
|
|
|
<copy file="${basedir}/target/activemq-${project.version}.xsd" todir="${basedir}/../xdocs"/>
|
|
|
|
<copy file="${basedir}/target/activemq-${project.version}.xsd.html" todir="${basedir}/../xdocs"/>
|
2005-12-28 10:25:44 -05:00
|
|
|
|
|
|
|
</tasks>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>run</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2006-02-09 16:41:59 -05:00
|
|
|
<groupId>org.apache.xbean</groupId>
|
2005-12-28 10:25:44 -05:00
|
|
|
<artifactId>xbean-spring</artifactId>
|
2006-02-18 01:03:51 -05:00
|
|
|
<version>2.2</version>
|
2005-12-28 10:25:44 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>javacc-maven-plugin</artifactId>
|
|
|
|
<version>0.6.1-SNAPSHOT</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>${basedir}/src/main/grammar</sourceDirectory>
|
2005-12-28 12:24:02 -05:00
|
|
|
<outputDirectory>${basedir}/src/main/java/org/apache/activemq/selector</outputDirectory>
|
2005-12-28 10:25:44 -05:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>javacc</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2006-04-17 18:39:14 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>jdk1.4</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.4</jdk>
|
|
|
|
</activation>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-jmx</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-remote</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-tools</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mx4j</groupId>
|
|
|
|
<artifactId>mx4j-impl</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
2006-04-15 19:33:05 -04:00
|
|
|
</project>
|