2008-04-14 13:32:33 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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
|
2013-01-28 17:44:25 -05:00
|
|
|
|
2008-04-14 13:32:33 -04:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2013-01-28 17:44:25 -05:00
|
|
|
|
2008-04-14 13:32:33 -04:00
|
|
|
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.
|
|
|
|
-->
|
2013-02-06 10:43:41 -05: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-08-01 06:59:22 -04:00
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
2006-07-26 02:07:11 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2006-04-15 19:33:05 -04:00
|
|
|
<artifactId>activemq-parent</artifactId>
|
2022-03-01 09:36:34 -05:00
|
|
|
<version>5.18.0-SNAPSHOT</version>
|
2005-12-12 12:53:59 -05:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activemq-ra</artifactId>
|
2005-12-21 22:43:57 -05:00
|
|
|
<name>ActiveMQ :: RA</name>
|
|
|
|
<description>A JCA Resource Adapter used to integrate ActiveMQ with transactional enterprise containers</description>
|
2005-12-12 12:53:59 -05:00
|
|
|
|
2008-07-24 12:20:15 -04:00
|
|
|
<properties>
|
|
|
|
<activemq.osgi.import.pkg>
|
2010-08-06 07:34:06 -04:00
|
|
|
javax.resource*;resolution:=optional,
|
2008-07-24 12:20:15 -04:00
|
|
|
*
|
|
|
|
</activemq.osgi.import.pkg>
|
|
|
|
<activemq.osgi.export>
|
2010-02-11 04:57:46 -05:00
|
|
|
org.apache.activemq.ra*;version=${project.version};-noimport:=true,
|
2008-07-24 12:20:15 -04:00
|
|
|
</activemq.osgi.export>
|
|
|
|
</properties>
|
|
|
|
|
2005-12-12 12:53:59 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2006-07-26 02:07:11 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-broker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-kahadb-store</artifactId>
|
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-connector_1.5_spec</artifactId>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependency>
|
2009-01-19 21:07:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
2012-11-07 12:26:31 -05:00
|
|
|
<artifactId>activemq-broker</artifactId>
|
2010-05-06 09:09:16 -04:00
|
|
|
<version>${project.version}</version>
|
2009-01-19 21:07:32 -05:00
|
|
|
<classifier>tests</classifier>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-03-09 02:11:37 -05:00
|
|
|
<dependency>
|
2009-07-28 12:44:47 -04:00
|
|
|
<groupId>org.jmock</groupId>
|
|
|
|
<artifactId>jmock-junit4</artifactId>
|
2006-03-09 02:11:37 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-07-28 12:44:47 -04:00
|
|
|
<groupId>org.jmock</groupId>
|
|
|
|
<artifactId>jmock-legacy</artifactId>
|
2006-03-09 02:11:37 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2006-03-29 20:12:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2011-02-10 09:24:01 -05:00
|
|
|
<dependency>
|
2021-05-27 05:30:59 -04:00
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
2011-02-10 09:24:01 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-12-12 12:53:59 -05:00
|
|
|
</dependencies>
|
|
|
|
|
2006-03-11 13:46:24 -05:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2006-07-14 09:27:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>maven-xbean-plugin</artifactId>
|
2007-03-30 17:23:10 -04:00
|
|
|
<version>${xbean-version}</version>
|
2006-07-14 09:27:51 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<configuration>
|
2011-10-27 09:19:49 -04:00
|
|
|
<strictXsdOrder>false</strictXsdOrder>
|
2008-04-18 11:18:19 -04:00
|
|
|
<namespace>http://activemq.apache.org/schema/ra</namespace>
|
2006-07-14 09:27:51 -04:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>mapping</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2006-08-01 06:59:22 -04:00
|
|
|
<!-- lets ensure that the XSD gets deployed -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-artifacts</id>
|
|
|
|
<phase>package</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>attach-artifact</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<artifacts>
|
|
|
|
<artifact>
|
|
|
|
<file>${basedir}/target/xbean/activemq-ra.xsd</file>
|
|
|
|
<type>xsd</type>
|
|
|
|
</artifact>
|
|
|
|
<artifact>
|
|
|
|
<file>${basedir}/target/xbean/activemq-ra.xsd.html</file>
|
|
|
|
<type>xsd.html</type>
|
|
|
|
</artifact>
|
|
|
|
</artifacts>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<!-- Configure which tests are included/excuded -->
|
2006-03-11 13:46:24 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
2014-01-30 08:22:44 -05:00
|
|
|
<forkCount>1</forkCount>
|
|
|
|
<reuseForks>false</reuseForks>
|
2006-03-11 13:46:24 -05:00
|
|
|
<childDelegation>false</childDelegation>
|
|
|
|
<useFile>true</useFile>
|
|
|
|
<includes>
|
2008-04-16 11:47:24 -04:00
|
|
|
<include>**/*Test.*</include>
|
2006-03-11 13:46:24 -05:00
|
|
|
</includes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-07-09 09:10:38 -04:00
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>activemq.tests-sanity</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>activemq.tests</name>
|
|
|
|
<value>smoke</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/FailoverManagedClusterTest.*</exclude>
|
|
|
|
<exclude>**/JmsXAQueueTransactionTest.*</exclude>
|
|
|
|
<exclude>**/JmsXARollback2CxTransactionTest.*</exclude>
|
|
|
|
<exclude>**/SSLMAnagedConnectionFactoryTest.*</exclude>
|
|
|
|
<exclude>**/SSLTest.*</exclude>
|
2015-07-14 06:03:01 -04:00
|
|
|
<exclude>**/MDBTest.*</exclude>
|
2015-07-09 09:10:38 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-07-16 14:23:24 -04:00
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>activemq.tests-autoTransport</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>activemq.tests</name>
|
|
|
|
<value>autoTransport</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2015-07-09 09:10:38 -04:00
|
|
|
</profile>
|
2006-03-11 13:46:24 -05:00
|
|
|
|
2015-07-09 09:10:38 -04:00
|
|
|
</profiles>
|
2008-04-29 16:55:10 -04:00
|
|
|
</project>
|