<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors.
-
- 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.
-->
<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">
   <parent>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-release</artifactId>
      <version>2.0.1.redhat-621090</version>
      <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>switchyard-javadocs</artifactId>
   <packaging>jar</packaging>
   <name>SwitchYard: Javadoc</name>
   <description>SwitchYard Javadoc</description>
   <properties>
       <javadoc.branding>SwitchYard Public API - ${project.version}</javadoc.branding>
   </properties>
   <dependencies>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-admin</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-api</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-bus-camel</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-common</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-common-camel</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-common-cdi</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-config</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-deploy</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-deploy-cdi</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-deploy-webapp</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-extensions-java</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-extensions-wsdl</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-runtime</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-remote</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-security</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-security-jboss</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-security-karaf</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-serial</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-serial-jackson</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-test</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-transform</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-validate</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-bean</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-bpel</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-common-camel</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-common</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-clojure</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-http</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-jca</artifactId>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-resteasy</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-sca</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-soap</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-activemq</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-amqp</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-cdi</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-hornetq</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-http</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-jca</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-naming</artifactId>
      </dependency>
      <dependency>
          <groupId>org.switchyard.components</groupId>
          <artifactId>switchyard-component-test-mixin-smooks</artifactId>
      </dependency>
      <dependency>
            <groupId>org.jboss.logging</groupId>
            <artifactId>jboss-logging-processor</artifactId>
            <scope>provided</scope>
            <optional>true</optional>
        </dependency>
   </dependencies>
   <profiles>
      <profile>
         <id>javadoc</id>
         <activation>
            <activeByDefault>false</activeByDefault>
            <property>
               <name>javadoc</name>
            </property>
         </activation>
         <build>
            <plugins>
                <plugin>
                    <artifactId>maven-javadoc-plugin</artifactId>
                    <version>2.10.3</version>
                    <executions>
                        <execution>
                            <id>javadoc-jar</id>
                            <phase>package</phase>
                            <goals>
                                <goal>jar</goal>
                            </goals>
                            <configuration>
                                <sourceFileExcludes>
                                    <exclude>org/switchyard/remote/RemoteLogger.java</exclude>
                                    <exclude>org/switchyard/remote/RemoteMessages.java</exclude>
                                    <exclude>org/switchyard/remote/RemoteRegistry.java</exclude>
                                    <exclude>org/switchyard/remote/infinispan/*</exclude>
                                    <exclude>org/switchyard/remote/cluster/*</exclude>
                                </sourceFileExcludes>
                                <sourceFileIncludes>
                                    <include>org/switchyard/*.java</include>
                                    <include>org/switchyard/admin/mbean/*.java</include>
                                    <include>org/switchyard/annotations/*.java</include>
                                    <include>org/switchyard/event/*.java</include>
                                    <include>org/switchyard/label/*.java</include>
                                    <include>org/switchyard/metadata/*.java</include>
                                    <include>org/switchyard/metadata/qos/*.java</include>
                                    <include>org/switchyard/policy/*.java</include>
                                    <include>org/switchyard/remote/*.java</include>
                                    <include>org/switchyard/remote/http/*.java</include>
                                    <include>org/switchyard/selector/*.java</include>
                                    <include>org/switchyard/test/*.java</include>
                                    <include>org/switchyard/transform/*.java</include>
                                    <include>org/switchyard/validate/*.java</include>
                                    <include>org/switchyard/component/common/composer/*.java</include>
                                    <include>org/switchyard/component/common/composer/label/*.java</include>
                                    <include>org/switchyard/component/**/*BindingData.java</include>
                                    <include>org/switchyard/component/**/*MessageComposer.java</include>
                                    <include>org/switchyard/component/**/*ContextMapper.java</include>
                                </sourceFileIncludes>
                                <!-- switch on dependency-driven aggregation -->
                                <includeDependencySources>true</includeDependencySources>
                                <dependencySourceExcludes>
                                    <!-- exclude ONLY org.jboss.logging artifacts -->
                      
                                    <dependencySourceExclude>org.jboss.logging:*</dependencySourceExclude>
                                </dependencySourceExcludes>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>
            </plugins>
         </build>
      </profile>
   </profiles>
</project>
