<?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.0.redhat-60065</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>
  	  !org.apache.commons.daemon,
  	  !org.apache.maven*,
  	  sun.misc*;resolution:=optional,
  	  sun.nio*;resolution:=optional,
  	  javax.jmdns*;resolution:=optional,
  	  javax.resource*;resolution:=optional,
  	  javax.servlet*;resolution:=optional,
  	  com.thoughtworks.xstream*;resolution:=optional,
  	  org.apache.activeio*;resolution:=optional,
  	  org.apache.camel*;resolution:=optional,
  	  org.apache.derby.jdbc*;resolution:=optional,
  	  org.apache.geronimo.transaction.manager*;resolution:=optional,
  	  org.apache.hadoop*;resolution:=optional,
  	  org.apache.http*;resolution:=optional,
  	  org.apache.xpath*;resolution:=optional,
  	  org.bouncycastle*;resolution:=optional,
  	  org.codehaus.jackson*;resolution:=optional,
  	  org.codehaus.jettison*;resolution:=optional,
  	  org.jasypt*;resolution:=optional,
  	  org.eclipse.jetty*;resolution:=optional,
  	  org.springframework.jms*;version="[3,4]";resolution:=optional,
  	  org.springframework.osgi*;version="[1.2,1.3]";resolution:=optional,
  	  org.springframework.transaction*;version="[3,4]";resolution:=optional,
  	  org.xmlpull*;resolution:=optional,
  	  scala*;resolution:=optional,
      org.springframework*;version="[3,4]";resolution:=optional,
      org.apache.xbean.spring*;resolution:=optional,
      javax.annotation*,
      javax.jms*,
      javax.management*,
      javax.transaction*,
      javax.naming*;resolution:=optional,
      org.apache.commons.pool*;resolution:=optional,
      org.apache.commons.net*;resolution:=optional,
      com.sun.syndication*;resolution:=optional,
	    *
    </activemq.osgi.import.pkg>
    <activemq.osgi.export>
      org.apache.activemq*;version=${project.version};-noimport:=true;-split-package:=merge-first,
      org.apache.activemq.web*;version=${project.version};-noimport:=true;-split-package:=merge-first,
    </activemq.osgi.export>
	<activemq.osgi.private.pkg>
   	  org.fusesource*,
   	  org.apache.qpid*,
   	  com.google.common*,
   	  org.iq80*
	</activemq.osgi.private.pkg>
    <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>
      <version>${project.version}</version>
      <classifier>uber</classifier>
    </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>

    <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-web</artifactId>
    </dependency>

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>activemq-spring</artifactId>
    </dependency>

    <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>

  </dependencies>

  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
      <resource>
        <directory>target/extra-resources</directory>
      </resource>
    </resources>
    <plugins>
      <!-- get camel core spring schema info -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <id>unpack</id>
            <goals>
              <goal>unpack</goal>
            </goals>
            <configuration>
              <artifactItems>
                <artifactItem>
                  <groupId>org.apache.camel</groupId>
                  <artifactId>camel-spring</artifactId>
                  <version>${camel-version}</version>
                  <type>jar</type>
                  <overWrite>false</overWrite>
                  <outputDirectory>${basedir}/target/extra-resources/</outputDirectory>
                  <includes>camel-osgi.xsd,camel-spring.xsd</includes>
                </artifactItem>
              </artifactItems>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <!-- Copy all necessary resources from other modules, like spring schema mapping, xbean resources, etc. -->
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <executions>
          <execution>
            <id>copy-xbean</id>
            <phase>validate</phase>
            <goals>
              <goal>copy-resources</goal>
            </goals>
            <configuration>
              <outputDirectory>${basedir}/target/extra-resources/</outputDirectory>
              <resources>
                <resource>
                  <directory>${basedir}/../activemq-spring/target/classes/</directory>
                  <includes>
                    <include>activemq.xsd*</include>
                  </includes>
                </resource>
              </resources>
            </configuration>
          </execution>
          <execution>
            <id>copy-spring</id>
            <phase>validate</phase>
            <goals>
              <goal>copy-resources</goal>
            </goals>
            <configuration>
              <outputDirectory>${basedir}/target/extra-resources/META-INF</outputDirectory>
              <resources>
                <resource>
                  <directory>${basedir}/../activemq-spring/target/classes/META-INF</directory>
                  <includes>
                    <include>spring.*</include>
                  </includes>
                  <excludes>
                      <exclude>spring.handlers</exclude>
                  </excludes>
                </resource>
              </resources>
            </configuration>
          </execution>
        </executions>
      </plugin>


      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <configuration>
          <instructions>
            <Bundle-Activator>org.apache.activemq.util.osgi.Activator</Bundle-Activator>
            <Embed-Dependency>
              *;
              groupId=org.apache.activemq;inline=META-INF/services/*,
              groupId=org.fusesource.leveldbjni;inline=META-INF/native/*,
              groupId=org.xerial.snappy;inline=org/xerial/snappy/*</Embed-Dependency>
            <Embed-Transitive>true</Embed-Transitive>
            <Bundle-NativeCode>
              META-INF/native/windows32/leveldbjni.dll;osname=Win32;processor=x86,
              META-INF/native/windows64/leveldbjni.dll;osname=Win32;processor=x86-64,
              META-INF/native/osx/libleveldbjni.jnilib;osname=macosx,
              META-INF/native/linux32/libleveldbjni.so;osname=Linux;processor=x86,
              META-INF/native/linux64/libleveldbjni.so;osname=Linux;processor=x86-64,
              org/xerial/snappy/native/Linux/i386/libsnappyjava.so;osname=Linux;processor=x86,
              org/xerial/snappy/native/Mac/i386/libsnappyjava.jnilib;osname=macosx;processor=x86,
              org/xerial/snappy/native/Mac/x86_64/libsnappyjava.jnilib;osname=macosx;processor=x86-64,
              org/xerial/snappy/native/Windows/amd64/snappyjava.dll;osname=Win32;processor=x86-64,
              org/xerial/snappy/native/Windows/x86/snappyjava.dll;osname=Win32;processor=x86,
              *
            </Bundle-NativeCode>
         </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>
