315 lines
12 KiB
XML
315 lines
12 KiB
XML
<!--
|
|
~ 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
|
|
~
|
|
~ 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.
|
|
-->
|
|
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<parent>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-distribution</artifactId>
|
|
<version>6.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<artifactId>activemq</artifactId>
|
|
<packaging>pom</packaging>
|
|
<name>Actual ActiveMQ Distribution</name>
|
|
|
|
<properties>
|
|
<schemaLocation>${project.build.directory}/${project.artifactId}-${project.version}-bin/${project.artifactId}-${project.version}/schema</schemaLocation>
|
|
<configLocation>src/main/resources/config</configLocation>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<!-- ActiveMQ artifacts -->
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-server</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-dto</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-bootstrap</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-jms-server</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-jms-client</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-tools</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-ra</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-spring-integration</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-vertx-integration</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq.rest</groupId>
|
|
<artifactId>activemq-rest</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-aerogear-integration</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-web</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-core-client</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-amqp-protocol</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-stomp-protocol</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-openwire-protocol</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-native</artifactId>
|
|
<version>${project.version}</version>
|
|
</dependency>
|
|
|
|
<!-- dependencies -->
|
|
<dependency>
|
|
<groupId>org.apache.qpid</groupId>
|
|
<artifactId>proton-jms</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.airlift</groupId>
|
|
<artifactId>airline</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-client</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-client</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-website</artifactId>
|
|
<version>6.0.0-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.eclipse.jetty.aggregate</groupId>
|
|
<artifactId>jetty-all-server</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
<artifactId>geronimo-servlet_3.0_spec</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jolokia</groupId>
|
|
<artifactId>jolokia-war</artifactId>
|
|
<type>war</type>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<profiles>
|
|
<profile>
|
|
<id>release</id>
|
|
<dependencies>
|
|
<!-- javadoc -->
|
|
<dependency>
|
|
<groupId>org.apache.activemq</groupId>
|
|
<artifactId>activemq-website</artifactId>
|
|
<version>6.0.0-SNAPSHOT</version>
|
|
<classifier>javadoc</classifier>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
</build>
|
|
</profile>
|
|
</profiles>
|
|
|
|
<build>
|
|
<resources>
|
|
<resource>
|
|
<directory>../activemq/src/main/resources</directory>
|
|
<filtering>true</filtering>
|
|
</resource>
|
|
</resources>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.2</version>
|
|
<configuration>
|
|
<descriptor>src/main/assembly/dep.xml</descriptor>
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>single</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>xml-maven-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>validate</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
<configuration>
|
|
<validationSets>
|
|
<validationSet>
|
|
<dir>${configLocation}/clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-configuration.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-configuration.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/non-clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-configuration.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-configuration.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/replicated</dir>
|
|
<systemId>${schemaLocation}/activemq-configuration.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-configuration.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/shared-store</dir>
|
|
<systemId>${schemaLocation}/activemq-configuration.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-configuration.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-jms.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-jms.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/non-clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-jms.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-jms.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/replicated</dir>
|
|
<systemId>${schemaLocation}/activemq-jms.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-jms.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/shared-store</dir>
|
|
<systemId>${schemaLocation}/activemq-jms.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-jms.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-users.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-users.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/non-clustered</dir>
|
|
<systemId>${schemaLocation}/activemq-users.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-users.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/replicated</dir>
|
|
<systemId>${schemaLocation}/activemq-users.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-users.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
<validationSet>
|
|
<dir>${configLocation}/shared-store</dir>
|
|
<systemId>${schemaLocation}/activemq-users.xsd</systemId>
|
|
<includes>
|
|
<include>activemq-users.xml</include>
|
|
</includes>
|
|
</validationSet>
|
|
</validationSets>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|