2013-01-03 13:37:45 -05: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
|
|
|
|
|
|
|
|
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-parent</artifactId>
|
|
|
|
<version>5.8-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>activemq-osgi</artifactId>
|
|
|
|
<packaging>bundle</packaging>
|
|
|
|
<name>ActiveMQ :: OSGi bundle</name>
|
|
|
|
<description>Puts together an ActiveMQ OSGi bundle</description>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<activemq.osgi.import.pkg>
|
|
|
|
|
|
|
|
</activemq.osgi.import.pkg>
|
|
|
|
<activemq.osgi.export>
|
2013-01-21 09:43:57 -05:00
|
|
|
org.apache.activemq*;version=${project.version};-noimport:=true;-split-package:=merge-first
|
2013-01-03 13:37:45 -05:00
|
|
|
</activemq.osgi.export>
|
|
|
|
<activemq.osgi.dynamic.import>*</activemq.osgi.dynamic.import>
|
|
|
|
<surefire.argLine>-Xmx512M</surefire.argLine>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!-- The core broker dependency -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-broker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Additional message store impls -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-kahadb-store</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-jdbc-store</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-leveldb-store</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-amq-store</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Additional protocol impls -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-stomp</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-amqp</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-mqtt</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-http</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-xmpp</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Additional Dependencies. -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-camel</artifactId>
|
|
|
|
</dependency>
|
2013-01-18 05:12:11 -05:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-jaas</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-console</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-ra</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>${project.groupId}</groupId>
|
|
|
|
<artifactId>activemq-spring</artifactId>
|
|
|
|
</dependency>
|
2013-01-22 05:39:23 -05:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.compendium</artifactId>
|
|
|
|
<version>4.2.0</version>
|
|
|
|
</dependency>
|
2013-01-03 13:37:45 -05:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2013-01-18 05:12:11 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.xbean</groupId>
|
|
|
|
<artifactId>maven-xbean-plugin</artifactId>
|
|
|
|
<version>3.12</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>process-classes</phase>
|
|
|
|
<configuration>
|
|
|
|
<includes>
|
|
|
|
<include>${basedir}/../activemq-client/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-broker/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-leveldb-store/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-jdbc-store/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-amq-store/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-kahadb-store/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-mqtt/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-stomp/src/main/java</include>
|
|
|
|
<include>${basedir}/../activemq-spring/src/main/java</include>
|
|
|
|
</includes>
|
|
|
|
<strictXsdOrder>false</strictXsdOrder>
|
|
|
|
<namespace>http://activemq.apache.org/schema/core</namespace>
|
|
|
|
<schema>${basedir}/target/classes/activemq.xsd</schema>
|
|
|
|
<outputDir>${basedir}/target/classes</outputDir>
|
|
|
|
<generateSpringSchemasFile>false</generateSpringSchemasFile>
|
|
|
|
<excludedClasses>org.apache.activemq.broker.jmx.AnnotatedMBean,org.apache.activemq.broker.jmx.DestinationViewMBean</excludedClasses>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>mapping</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.thoughtworks.qdox</groupId>
|
|
|
|
<artifactId>qdox</artifactId>
|
|
|
|
<version>1.12</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
|
2013-01-03 13:37:45 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<instructions>
|
|
|
|
<!-- <Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator> -->
|
2013-01-21 09:43:57 -05:00
|
|
|
<Embed-Dependency>*;groupId=org.apache.activemq;inline=META-INF/services/*</Embed-Dependency>
|
|
|
|
<Embed-Transitive>true</Embed-Transitive>
|
2013-01-03 13:37:45 -05:00
|
|
|
</instructions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<id>deploy</id>
|
|
|
|
<build>
|
|
|
|
<defaultGoal>deploy</defaultGoal>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>2.1.2</version>
|
|
|
|
<configuration>
|
|
|
|
<attach>false</attach>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
</project>
|