mirror of https://github.com/apache/activemq.git
297 lines
8.3 KiB
XML
Executable File
297 lines
8.3 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
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.
|
|
-->
|
|
<model>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-project</artifactId>
|
|
<version>4.0-SNAPSHOT</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>activemq-core</artifactId>
|
|
<packaging>jar</packaging>
|
|
<name>ActiveMQ :: Core</name>
|
|
<description>The ActiveMQ Message Broker and Client implementations</description>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>3.8.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>activeio</groupId>
|
|
<artifactId>activeio</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>backport-util-concurrent</groupId>
|
|
<artifactId>backport-util-concurrent</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>commons-logging</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>geronimo-spec</groupId>
|
|
<artifactId>geronimo-spec-jms</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo-spec</groupId>
|
|
<artifactId>geronimo-spec-jta</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo-spec</groupId>
|
|
<artifactId>geronimo-spec-j2ee-management</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>geronimo-spec</groupId>
|
|
<artifactId>geronimo-spec-j2ee-jacc</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>activecluster</groupId>
|
|
<artifactId>activecluster</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.derby</groupId>
|
|
<artifactId>derby</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>axion</groupId>
|
|
<artifactId>axion</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-collections</groupId>
|
|
<artifactId>commons-collections</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-primitives</groupId>
|
|
<artifactId>commons-primitives</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>regexp</groupId>
|
|
<artifactId>regexp</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>jmdns</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-jaas</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>smack</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>activemq</groupId>
|
|
<artifactId>smackx</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>xmlbeans</groupId>
|
|
<artifactId>xbean</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xmlbeans</groupId>
|
|
<artifactId>xmlpublic</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xmlbeans</groupId>
|
|
<artifactId>xbean_xpath</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>stax</groupId>
|
|
<artifactId>stax-api</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>stax</groupId>
|
|
<artifactId>stax</artifactId>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>xmlbeans</groupId>
|
|
<artifactId>xmlbeans-jsr173-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xalan</groupId>
|
|
<artifactId>xalan</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>activesoap</groupId>
|
|
<artifactId>jaxp-api</artifactId>
|
|
</dependency>
|
|
|
|
<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>
|
|
|
|
<dependency>
|
|
<groupId>commons-pool</groupId>
|
|
<artifactId>commons-pool</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>xbean</groupId>
|
|
<artifactId>xbean-spring</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<!-- Configure which tests are included/excuded -->
|
|
<plugin>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.1.2-SNAPSHOT</version>
|
|
<configuration>
|
|
<forkMode>pertest</forkMode>
|
|
<childDelegation>false</childDelegation>
|
|
<useFile>true</useFile>
|
|
<excludes>
|
|
<!-- These tests run too slow to execute as part of the unit tests -->
|
|
<exclude>**/DefaultStoreBrokerTest.*</exclude>
|
|
<exclude>**/TcpTransportBrokerTest.*</exclude>
|
|
<exclude>**/activeio/**</exclude>
|
|
<exclude>**/perf/**</exclude>
|
|
|
|
<!-- These tests fails -->
|
|
<exclude>**/*ItStillMarshallsTheSameTest.*</exclude>
|
|
|
|
</excludes>
|
|
<includes>
|
|
<include>**/*Test.*</include>
|
|
</includes>
|
|
</configuration>
|
|
</plugin>
|
|
|
|
<!-- generate the attached tests jar -->
|
|
<plugin>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>test-jar</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>generate-sources</phase>
|
|
<configuration>
|
|
<tasks>
|
|
|
|
<mkdir dir="${basedir}/target/generated"/>
|
|
<taskdef name="xsdGenerate" classname="org.xbean.spring.generator.MappingGeneratorTask"/>
|
|
<xsdGenerate
|
|
destFile="${basedir}/target/activemq-${version}.xsd"
|
|
namespace="http://activemq.org/config/1.0"
|
|
srcdir="${basedir}/src/main/java"
|
|
metaInfDir="${basedir}/target/generated/"/>
|
|
|
|
<copy todir="${basedir}/target/classes">
|
|
<fileset dir="${basedir}/target/generated"/>
|
|
</copy>
|
|
<copy file="${basedir}/target/activemq-${version}.xsd" todir="${basedir}/../xdocs"/>
|
|
<copy file="${basedir}/target/activemq-${version}.xsd.html" todir="${basedir}/../xdocs"/>
|
|
|
|
</tasks>
|
|
</configuration>
|
|
<goals>
|
|
<goal>run</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>xbean</groupId>
|
|
<artifactId>xbean-spring</artifactId>
|
|
<version>2.0</version>
|
|
</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>
|
|
<outputDirectory>${basedir}/src/main/java/org/apache/activemq/selector</outputDirectory>
|
|
</configuration>
|
|
<goals>
|
|
<goal>javacc</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</build>
|
|
|
|
</model>
|