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>
|
2006-06-05 16:16:30 -04:00
|
|
|
<version>4.1-SNAPSHOT</version>
|
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-05-03 10:10:07 -04:00
|
|
|
<argLine>-Xmx512M</argLine>
|
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>
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
2006-06-05 06:01:55 -04:00
|
|
|
<!-- these seem to fail only in m2 -->
|
|
|
|
<exclude>**/QueueMasterSlaveTest.*</exclude>
|
|
|
|
<exclude>**/TopicMasterSlaveTest.*</exclude>
|
|
|
|
<exclude>**/TransactedTopicMasterSlaveTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- Kaha in flux - removing tests -->
|
|
|
|
<exclude>**/KahaXARecoveryBrokerTest.*</exclude>
|
|
|
|
<exclude>**/KahaRecoveryBrokerTest.*</exclude>
|
|
|
|
|
2006-06-12 09:09:58 -04:00
|
|
|
<!-- Multicast and UDP based tests fail on GBuild -->
|
|
|
|
<exclude>**/PeerTransportTest.*</exclude>
|
2006-03-13 17:59:08 -05:00
|
|
|
<exclude>**/MulticastTransportTest.*</exclude>
|
2006-05-03 06:13:33 -04:00
|
|
|
<exclude>**/MulticastNetworkTest.*</exclude>
|
2006-05-03 10:10:07 -04:00
|
|
|
<exclude>**/UnreliableUdpTransportTest.*</exclude>
|
|
|
|
<exclude>**/SslTransportBrokerTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- this one is a little flaky and can fail on some platforms randomly -->
|
2006-05-03 06:13:33 -04:00
|
|
|
<exclude>**/QuickJournalRecoveryBrokerTest.*</exclude>
|
2006-05-03 10:10:07 -04:00
|
|
|
<exclude>**/RendezvousDiscoverTransportTest.*</exclude>
|
2006-06-05 07:14:27 -04:00
|
|
|
|
|
|
|
<!-- UDP related tests someimes fail on some platforms -->
|
2006-06-05 08:37:12 -04:00
|
|
|
<exclude>**/UdpTransportTest.*</exclude>
|
2006-06-05 08:28:44 -04:00
|
|
|
<exclude>**/UdpTransportUsingServerTest.*</exclude>
|
2006-06-05 07:14:27 -04:00
|
|
|
<exclude>**/UdpSendReceiveWithTwoConnectionsTest.*</exclude>
|
2006-06-05 08:28:44 -04:00
|
|
|
<exclude>**/UdpSendReceiveWithTwoConnectionsAndLargeMessagesTest.*</exclude>
|
2006-06-09 07:03:01 -04:00
|
|
|
|
|
|
|
<!-- http://issues.apache.org/activemq/browse/AMQ-724 -->
|
|
|
|
<exclude>**/StompSubscriptionRemoveTest.*</exclude>
|
2006-07-07 04:57:34 -04:00
|
|
|
|
|
|
|
|
|
|
|
<!-- m2 tests failing since move from assembly -->
|
|
|
|
<exclude>**/TwoBrokerMulticastQueueTest.*</exclude>
|
|
|
|
<exclude>**/TwoBrokerMessageNotSentToRemoteWhenNoConsumerTest.*</exclude>
|
|
|
|
<exclude>**/TwoBrokerQueueClientsReconnectTest.*</exclude>
|
|
|
|
<exclude>**/ThreeBrokerQueueNetworkUsingTcpTest.*</exclude>
|
|
|
|
<exclude>**/QueueConsumerCloseAndReconnectTest.*</exclude>
|
|
|
|
|
|
|
|
<!-- TODO move to optional module... -->
|
|
|
|
<exclude>**/TwoBrokerTopicSendReceiveUsingHttpTest.*</exclude>
|
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>
|
|
|
|
|
2006-07-05 18:06:35 -04:00
|
|
|
<!-- Use Gram to Gernerate the OpenWire Marshallers -->
|
2006-07-11 00:21:40 -04:00
|
|
|
<!--
|
2006-07-05 18:06:35 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>incubator-activemq</groupId>
|
|
|
|
<artifactId>maven-gram-plugin</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<scripts>
|
|
|
|
GenerateJavaMarshalling.groovy:
|
|
|
|
GenerateJavaTests.groovy:
|
|
|
|
GenerateCSharpMarshalling.groovy:
|
|
|
|
GenerateCSharpClasses.groovy:
|
|
|
|
GenerateCppMarshallingClasses.groovy:
|
|
|
|
GenerateCppMarshallingHeaders.groovy:
|
|
|
|
GenerateCppHeaders.groovy:
|
|
|
|
GenerateCppClasses.groovy:
|
|
|
|
GenerateCMarshalling.groovy:
|
|
|
|
</scripts>
|
|
|
|
<groovyProperties>
|
|
|
|
<version>1</version>
|
|
|
|
</groovyProperties>
|
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>incubator-activemq</groupId>
|
|
|
|
<artifactId>activemq-openwire-generator</artifactId>
|
|
|
|
<version>${pom.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2006-07-11 00:21:40 -04:00
|
|
|
-->
|
2006-07-05 18:06:35 -04:00
|
|
|
|
2005-12-28 10:25:44 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<configuration>
|
2006-07-03 12:25:45 -04:00
|
|
|
<sourceRoot>${basedir}/target/generated</sourceRoot>
|
2005-12-28 10:25:44 -05:00
|
|
|
<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>
|
2006-05-19 10:13:22 -04:00
|
|
|
<version>2.0</version>
|
2005-12-28 10:25:44 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>generate-sources</phase>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>${basedir}/src/main/grammar</sourceDirectory>
|
2006-07-03 12:25:45 -04:00
|
|
|
<outputDirectory>${basedir}/target/generated-javacc</outputDirectory>
|
|
|
|
<packageName>org.apache.activemq.selector</packageName>
|
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>
|
2006-06-09 04:01:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>activesoap</groupId>
|
|
|
|
<artifactId>jaxp-api</artifactId>
|
|
|
|
</dependency>
|
2006-04-17 18:39:14 -04:00
|
|
|
<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>
|