pom.xml revision f3609c0764b7e6c00df0af129e07a6c96ce45555
<?xml version="1.0" encoding="UTF-8"?>
<!--
The contents of this file are subject to the terms of the Common Development and
Distribution License (the License). You may not use this file except in compliance with the
License.
You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
specific language governing permission and limitations under the License.
When distributing Covered Software, include this CDDL Header Notice in each file and include
the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions Copyrighted [year] [name of copyright owner]".
Copyright © 2011-2012 ForgeRock AS. All rights reserved.
--><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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>forgerock-parent</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>openidm-project</artifactId>
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OpenIDM project</name>
<description>OpenIDM is an open standards based Identity Management, Provisioning and Compliance solution. Experience shows that the most important features of an identity management product are: high flexibility in Business Process handling and compliance with open standards and interfaces. A highly flexible user interface combined with a very robust workflow engine make OpenIDM ready for any Identity Management project.</description>
<inceptionYear>2011</inceptionYear>
<licenses>
<license>
<name>CDDL-1.0</name>
<comments>Common Development and Distribution License (CDDL) 1.0.
This license applies to OpenIDM source code as indicated in the
source code.</comments>
<distribution>repo</distribution>
</license>
<license>
<name>CC BY-NC-ND 3.0</name>
<comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
Unported. This license applies to the site content, and to the
documentation as indicated in the documentation source code.</comments>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
</scm>
<distributionManagement>
<site>
<name>ForgeRock Community Server</name>
<url>${siteDistributionURL}</url>
</site>
</distributionManagement>
<!-- NOT ALLOWED: (see FAQ at http://maven.apache.org/guides/mini/guide-central-repository-upload.html ) -->
<repositories>
<repository>
<id>forgerock-staging-repository</id>
<name>ForgeRock Release Repository</name>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>forgerock-snapshots-repository</id>
<name>ForgeRock Snapshot Repository</name>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
</repository>
<repository>
<id>ops4j</id>
<name>OPS4J Maven Repository</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<!-- OrientDB -->
<repository>
<id>orientechnologies-repository</id>
<name>Orient Technologies Maven2 Repository</name>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>maven-restlet</id>
<name>Public online Restlet repository</name>
</repository>
<repository>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
</repository>
<repository>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<name>Maven Plugin Snapshots</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
<mailingLists>
<mailingList>
<name>OpenIDM: Technical communications</name>
<post>openidm@forgerock.org</post>
</mailingList>
<mailingList>
<name>OpenIDM: Commit Notificatons</name>
<post>commitopenidm@forgerock.org</post>
</mailingList>
<mailingList>
<name>OpenIDM: Developers</name>
<post>openidm-dev@forgerock.org</post>
</mailingList>
<mailingList>
<name>OpenIDM: Issue Notifications</name>
<post>openidm-issues@forgerock.org</post>
</mailingList>
</mailingLists>
<issueManagement>
<system>jira</system>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</sendOnWarning>
<address>openidm-dev@forgerock.org</address>
</notifier>
</notifiers>
</ciManagement>
<properties>
<!-- version management -->
<openidm.version>2.1.0-SNAPSHOT</openidm.version>
<slf4j.version>1.6.4</slf4j.version>
<log4j.version>1.2.16</log4j.version>
<!--<orientdb.version>1.0rc7-SNAPSHOT</orientdb.version>-->
<orientdb.version>1.0rc6</orientdb.version>
<jackson.version>1.9.3</jackson.version>
<restlet.version>2.0.9</restlet.version>
<!-- Commons JSON versions -->
<!-- OSGi bundles properties -->
<!--openidm.osgi.import.openidm.version>version="[$(version;==;${openidm.osgi.version.clean}),$(version;=+;${openidm.osgi.version.clean}))"</openidm.osgi.import.openidm.version-->
<openidm.osgi.import.openidm.version>version="[$(version;==;2.1.0),$(version;=+;2.1.0))"</openidm.osgi.import.openidm.version>
<openidm.osgi.import.json-fluent.version>version="[$(version;===;${commons.json-fluent.version}),$(version;==+;${commons.json-fluent.version}))"</openidm.osgi.import.json-fluent.version>
<openidm.osgi.import.json-patch.version>version="[$(version;===;${commons.json-patch.version}),$(version;==+;${commons.json-patch.version}))"</openidm.osgi.import.json-patch.version>
<openidm.osgi.import.json-crypto.version>version="[$(version;===;${commons.json-crypto.version}),$(version;==+;${commons.json-crypto.version}))"</openidm.osgi.import.json-crypto.version>
<openidm.osgi.import.json-resource.version>version="[$(version;===;${commons.json-resource.version}),$(version;==+;${commons.json-resource.version}))"</openidm.osgi.import.json-resource.version>
<openidm.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</openidm.osgi.import.default.version>
*
<!-- Documentation and site properties -->
<siteDistributionURL>scp://forgerock.org/var/www/vhosts/openidm.forgerock.org/httpdocs</siteDistributionURL>
<docTargetVersion>2.1.0</docTargetVersion>
<opendjPasswordPluginVersion>1.0.0</opendjPasswordPluginVersion>
<adPasswordPluginVersion>2.0.1</adPasswordPluginVersion>
<openicfBundleVersion>1.1.0.0</openicfBundleVersion>
</properties>
<modules>
<module>openidm-audit</module>
<module>openidm-config</module>
<module>openidm-core</module>
<module>openidm-crypto</module>
<module>openidm-enhanced-config</module>
<module>openidm-external-email</module>
<module>openidm-external-rest</module>
<module>openidm-httpcontext</module>
<module>openidm-jaas-loginmodule-repo</module>
<module>openidm-jetty-fragment</module>
<module>openidm-provisioner-openicf</module>
<module>openidm-provisioner</module>
<module>openidm-repo-jdbc</module>
<module>openidm-repo-orientdb</module>
<module>openidm-repo</module>
<module>openidm-restlet</module>
<module>openidm-filter</module>
<module>openidm-scheduler</module>
<module>openidm-security-jetty</module>
<module>openidm-shell</module>
<module>openidm-system</module>
<module>openidm-ui</module>
<module>openidm-util</module>
<module>openidm-workflow-activiti</module>
<module>openidm-zip</module>
</modules>
<profiles>
<profile>
<!-- This profile only active if the build server exports the SVN_REVISION variable -->
<id>ci-build</id>
<activation>
<property>
</property>
</activation>
<properties>
</properties>
</profile>
<profile>
<id>non-ci-build</id>
<activation>
<property>
</property>
</activation>
<properties>
</properties>
</profile>
<profile>
<id>functional-test</id>
<activation>
<property>
<name>enableCiProfile</name>
<value>true</value>
</property>
</activation>
<modules>
<module>openidm-functional-tests</module>
</modules>
</profile>
<profile>
<id>openidm-webapp</id>
<modules>
<module>openidm-webapp</module>
</modules>
</profile>
</profiles>
<dependencyManagement>
<dependencies>
<!-- mvn versions:display-plugin-updates
mvn versions:display-dependency-updates
mvn versions:use-latest-versions
-->
<!-- ForgeRock Commons -->
<dependency>
<artifactId>json-fluent</artifactId>
</dependency>
<dependency>
<artifactId>json-patch</artifactId>
</dependency>
<dependency>
<artifactId>json-crypto-core</artifactId>
</dependency>
<dependency>
<artifactId>json-crypto-cli</artifactId>
</dependency>
<dependency>
<artifactId>json-schema</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
</dependency>
<dependency>
</dependency>
<dependency>
<version>1.0.0</version>
</dependency>
<dependency>
<version>1.0.0</version>
</dependency>
<!-- SLF4J -->
<dependency>
<artifactId>slf4j-api</artifactId>
</dependency>
<!-- Java EE -->
<dependency>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
<!-- Restlet -->
<dependency>
</dependency>
<dependency>
</dependency>
<dependency>
</dependency>
<!-- Core OSGi -->
<dependency>
<version>4.2.0</version>
</dependency>
<dependency>
<version>4.0.2</version>
</dependency>
<dependency>
<version>4.0.2</version>
</dependency>
<dependency>
<version>1.4.2</version>
</dependency>
<dependency>
<version>1.4.1</version>
</dependency>
<dependency>
<version>3.1.8</version>
</dependency>
<dependency>
<version>1.2.8</version>
</dependency>
<dependency>
<version>1.0.1</version>
</dependency>
<dependency>
<version>3.1.10</version>
</dependency>
<dependency>
<version>1.4.0</version>
</dependency>
<dependency>
<version>4.2.0</version>
</dependency>
<!-- Declarative Services support -->
<dependency>
<version>1.6.0</version>
</dependency>
<dependency>
<version>1.6.0</version>
</dependency>
<!-- Quartz based scheduler OSGi bundle.
This version wraps the original jar which is not a bundle
2.0.* is not compatible yet -->
<dependency>
<version>1.8.4_2</version>
</dependency>
<!-- Jackson JSON parser -->
<dependency>
<artifactId>jackson-core-asl</artifactId>
</dependency>
<dependency>
<artifactId>jackson-mapper-asl</artifactId>
</dependency>
<!-- Pax Web Dependencies -->
<dependency>
<artifactId>pax-web-api</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<artifactId>pax-web-extender-whiteboard</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<artifactId>pax-web-jetty-bundle</artifactId>
<version>1.1.1</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
<artifactId>fest-assert</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>testng</artifactId>
<version>6.3.1</version>
</dependency>
<dependency>
<artifactId>mockito-all</artifactId>
<version>1.9.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-scr-plugin</artifactId>
<version>1.7.4</version>
</plugin>
<plugin>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<_removeheaders>Bnd-LastModified,Built-By,Private-Package,Tool,Build-Jdk,Include-Resource,Ignore-Package,Private-Package,Bundle-DocURL</_removeheaders>
</instructions>
<versions>
</versions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<author>false</author>
<links>
</links>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
</plugin>
<plugin>
<artifactId>docbkx-fop-support</artifactId>
<version>2.0.14</version>
<inherited>false</inherited>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>docbkx-maven-plugin</artifactId>
<version>2.0.14</version>
<inherited>false</inherited>
<configuration>
<sourceDirectory>${docbkx-src}</sourceDirectory>
<!-- TODO: Profile for snapshot vs. final-->
<draftMode>yes</draftMode>
<includes>*/OpenIDM-*.xml</includes>
<xincludeSupported>true</xincludeSupported>
<fonts>
<font>
<name>DejaVuSans</name>
<style>normal</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSans</name>
<style>normal</style>
<weight>bold</weight>
</font>
<font>
<name>DejaVuSans</name>
<style>italic</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSans</name>
<style>italic</style>
<weight>bold</weight>
</font>
<font>
<name>DejaVuSansMono</name>
<style>normal</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSansMono</name>
<style>normal</style>
<weight>bold</weight>
</font>
<font>
<name>DejaVuSansMono</name>
<style>italic</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSansMono</name>
<style>italic</style>
<weight>bold</weight>
</font>
<font>
<name>DejaVuSerif</name>
<style>normal</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSerif</name>
<style>normal</style>
<weight>bold</weight>
</font>
<font>
<name>DejaVuSerif</name>
<style>italic</style>
<weight>normal</weight>
</font>
<font>
<name>DejaVuSerif</name>
<style>italic</style>
<weight>bold</weight>
</font>
</fonts>
<sectionAutolabel>true</sectionAutolabel>
<sectionLabelIncludesComponentLabel>true</sectionLabelIncludesComponentLabel>
</configuration>
<executions>
<!-- <execution>
<id>doc-olinkdb-dev-guide</id>
<phase>pre-site</phase>
<configuration>
<includes>*/OpenIDM-Dev-Guide.xml</includes>
<collectXrefTargets>only</collectXrefTargets>
<targetsFilename>${basedir}/target/dev-guide.target.db</targetsFilename>
<postProcess>
</postProcess>
</configuration>
<goals>
<goal>generate-html</goal>
</goals>
</execution>
--> <execution>
<id>doc-olinkdb-install-guide</id>
<phase>pre-site</phase>
<configuration>
<collectXrefTargets>only</collectXrefTargets>
<postProcess>
<delete dir="${docbkx-out}/html/install-guide"/>
</postProcess>
</configuration>
<goals>
<goal>generate-html</goal>
</goals>
</execution>
<execution>
<id>doc-olinkdb-integrators-guide</id>
<phase>pre-site</phase>
<configuration>
<collectXrefTargets>only</collectXrefTargets>
<postProcess>
<delete dir="${docbkx-out}/html/integrators-guide"/>
</postProcess>
</configuration>
<goals>
<goal>generate-html</goal>
</goals>
</execution>
<execution>
<id>doc-olinkdb-release-notes</id>
<phase>pre-site</phase>
<configuration>
<collectXrefTargets>only</collectXrefTargets>
<postProcess>
<delete dir="${docbkx-out}/html/release-notes"/>
</postProcess>
</configuration>
<goals>
<goal>generate-html</goal>
</goals>
</execution>
<execution>
<id>doc-epub</id>
<phase>pre-site</phase>
<goals>
<goal>generate-epub</goal>
</goals>
<configuration>
<!-- Resources required but not copied by DocBook.xsl. -->
<preProcess>
<!-- <copy todir='${docbkx-out}/epub/dev-guide/OpenIDM-Dev-Guide/images'>
</copy>
<copy todir='${docbkx-out}/epub/dev-guide/OpenIDM-Dev-Guide'>
</copy>
<fileset dir='${docbkx-src}/install-guide/images' />
</copy>
<copy todir='${docbkx-out}/epub/install-guide/OpenIDM-Install-Guide'>
</copy>
<copy todir='${docbkx-out}/epub/integrators-guide/OpenIDM-Integrators-Guide/images'>
<fileset dir='${docbkx-src}/integrators-guide/images' />
</copy>
<copy todir='${docbkx-out}/epub/integrators-guide/OpenIDM-Integrators-Guide'>
</copy>
<copy todir='${docbkx-out}/epub/release-notes/OpenIDM-Release-Notes/images'>
<fileset dir='${docbkx-src}/release-notes/images' />
</copy>
<copy todir='${docbkx-out}/epub/release-notes/OpenIDM-Release-Notes'>
</copy>
</preProcess>
</configuration>
</execution>
<execution>
<id>doc-fo</id>
<phase>pre-site</phase>
<goals>
<goal>generate-pdf</goal>
<goal>generate-rtf</goal>
</goals>
<configuration>
<highlightSource>1</highlightSource>
</configuration>
</execution>
<execution>
<id>doc-manpages</id>
<phase>pre-site</phase>
<goals>
<goal>generate-manpages</goal>
</goals>
<configuration>
</configuration>
</execution>
<execution>
<id>doc-single-html</id>
<phase>pre-site</phase>
<goals>
<goal>generate-html</goal>
</goals>
<configuration>
<chunkedOutput>false</chunkedOutput>
<highlightSource>1</highlightSource>
<!-- Resources required but not copied by DocBook.xsl. -->
<preProcess>
</copy>
</copy>
<fileset dir="${docbkx-src}/install-guide/images" />
</copy>
<copy todir="${docbkx-out}/html/install-guide">
</copy>
<copy todir="${docbkx-out}/html/integrators-guide/images">
<fileset dir="${docbkx-src}/integrators-guide/images" />
</copy>
<copy todir="${docbkx-out}/html/integrators-guide">
</copy>
<copy todir="${docbkx-out}/html/release-notes/images">
<fileset dir="${docbkx-src}/release-notes/images" />
</copy>
<copy todir="${docbkx-out}/html/release-notes">
</copy>
</preProcess>
<postProcess>
<include name="**/**/*.html" />
<replacevalue>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html ></replacevalue>
</replace>
<include name="**/**/*.html" />
<replacevalue>
<script type="text/javascript">
// On double-click, reformat <div class="screen"> for easy copying.
$(document).ready(function() {
// Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=116083
if (navigator.userAgent.match(/Firefox/i)) {
$(".screen").wrap("<pre />");
$(".programlisting").wrap("<pre />");
}
$(".screen").attr("title", "Double-click [-] to flatten lines.");
});
$(".screen").live("dblclick", function() {
$(this).replaceWith(
"<div class=\"flat\" title=\"Double-click [+] to wrap long lines.\">" +
$(this).html().replace(/minus\.png/,"plus.png").replace(/\n /g," ") + "\n<!--" + $(this).html() + "-->" +
"</div>");
});
$(".flat").live("dblclick", function() {
$(this).replaceWith(
"<div class=\"screen\" title=\"Double-click [-] to flatten lines.\">" +
$(this).html().replace(/(.|\n)+<!\-\-/m,"").replace(/\-\-\>/,"").replace(/plus\.png/,"minus.png") +
"</div>");
});
</script>
<link rel="shortcut icon" href="http://forgerock.org/favicon.ico">
</head ></replacevalue>
</replace>
</postProcess>
</configuration>
</execution>
<execution>
<id>doc-chunked-html</id>
<phase>pre-site</phase>
<goals>
<goal>generate-html</goal>
</goals>
<configuration>
<chunkedOutput>true</chunkedOutput>
<highlightSource>1</highlightSource>
<!-- Resources required but not copied by DocBook.xsl. -->
<preProcess>
<!-- <copy todir="${docbkx-out}/html/dev-guide/OpenIDM-Dev-Guide/images">
</copy>
<copy todir="${docbkx-out}/html/dev-guide/OpenIDM-Dev-Guide">
</copy>
<fileset dir="${docbkx-src}/install-guide/images"/>
</copy>
<copy todir="${docbkx-out}/html/install-guide/OpenIDM-Install-Guide">
</copy>
<copy todir="${docbkx-out}/html/integrators-guide/OpenIDM-Integrators-Guide/images">
<fileset dir="${docbkx-src}/integrators-guide/images"/>
</copy>
<copy todir="${docbkx-out}/html/integrators-guide/OpenIDM-Integrators-Guide">
</copy>
<copy todir="${docbkx-out}/html/release-notes/OpenIDM-Release-Notes/images">
<fileset dir="${docbkx-src}/release-notes/images"/>
</copy>
<copy todir="${docbkx-out}/html/release-notes/OpenIDM-Release-Notes">
</copy>
</preProcess>
<postProcess>
<include name="**/**/**/*.html" />
<replacevalue>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html ></replacevalue>
</replace>
<include name="**/**/**/*.html" />
<replacevalue>
<script type="text/javascript">
// On double-click, reformat <div class="screen"> for easy copying.
$(document).ready(function() {
// Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=116083
if (navigator.userAgent.match(/Firefox/i)) {
$(".screen").wrap("<pre />");
$(".programlisting").wrap("<pre />");
}
$(".screen").attr("title", "Double-click [-] to flatten lines.");
});
$(".screen").live("dblclick", function() {
$(this).replaceWith(
"<div class=\"flat\" title=\"Double-click [+] to wrap long lines.\">" +
$(this).html().replace(/minus\.png/,"plus.png").replace(/\n /g," ") + "\n<!--" + $(this).html() + "-->" +
"</div>");
});
$(".flat").live("dblclick", function() {
$(this).replaceWith(
"<div class=\"screen\" title=\"Double-click [-] to flatten lines.\">" +
$(this).html().replace(/(.|\n)+<!\-\-/m,"").replace(/\-\-\>/,"").replace(/plus\.png/,"minus.png") +
"</div>");
});
</script>
<link rel="shortcut icon" href="http://forgerock.org/favicon.ico">
</head ></replacevalue>
</replace>
</postProcess>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<artifactId>docbook-xml</artifactId>
<version>5.0-all</version>
<classifier>resources</classifier>
<type>zip</type>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>fop-hyph</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<artifactId>xslthl</artifactId>
<version>2.0.2</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<inherited>false</inherited>
<executions>
<execution>
<phase>site</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<encoding>UTF-8</encoding>
<outputDirectory>${site-out}/doc</outputDirectory>
<resources>
<!-- <resource>
<includes>
<include>**/*.epub</include>
</includes>
</resource>
--> <resource>
<includes>
<include>**/*.epub</include>
</includes>
</resource>
<resource>
<includes>
<include>**/*.epub</include>
</includes>
</resource>
<resource>
<includes>
<include>**/*.epub</include>
</includes>
</resource>
<resource>
<directory>${docbkx-out}/html/</directory>
</resource>
<resource>
<directory>${docbkx-out}/pdf</directory>
<includes>
<include>**/*.pdf</include>
</includes>
</resource>
<resource>
<directory>${docbkx-out}/rtf</directory>
<includes>
<include>**/*.rtf</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>linktester-maven-plugin</artifactId>
<version>1.0.0</version>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>pre-site</phase>
</execution>
</executions>
<configuration>
<includes>
<include>**/OpenIDM-*.xml</include>
</includes>
<validating>true</validating>
<xIncludeAware>true</xIncludeAware>
<failOnError>false</failOnError>
</configuration>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
<reportSets>
<reportSet>
<reports>
<report>cim</report>
<report>dependencies</report>
<report>dependency-convergence</report>
<report>dependency-management</report>
<report>distribution-management</report>
<report>index</report>
<report>issue-tracking</report>
<report>license</report>
<report>mailing-list</report>
<report>modules</report>
<report>plugin-management</report>
<report>plugins</report>
<!--report>project-team</report-->
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
<configuration>
<linkJavadoc>true</linkJavadoc>
</configuration>
</plugin>
<plugin>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.4</version>
<configuration>
<tags>
<tag>@FIXME</tag>
<tag>@fixme</tag>
<tag>FIXME</tag>
<tag>fixme</tag>
<tag>@TODO</tag>
<tag>@todo</tag>
<tag>TODO</tag>
<tag>todo</tag>
<tag>HACK</tag>
<tag>hack</tag>
</tags>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
<author>false</author>
<links>
</links>
</configuration>
<reportSets>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
<reportSet>
<id>aggregate</id>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</project>