pom.xml revision 54df19ee6525730717441d625c476fbe32448945
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<?xml version="1.0" encoding="UTF-8"?>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major<!--
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! CCPL HEADER START
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington ! This work is licensed under the Creative Commons
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! To view a copy of this license, visit
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! http://creativecommons.org/licenses/by-nc-nd/3.0/
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! or send a letter to Creative Commons, 444 Castro Street,
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! Suite 900, Mountain View, California, 94041, USA.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! You can also obtain a copy of the license at
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! src/main/resources/legal-notices/CC-BY-NC-ND.txt.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! See the License for the specific language governing permissions
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! and limitations under the License.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! If applicable, add the following below this CCPL HEADER, with the fields
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! enclosed by brackets "[]" replaced with your own identifying information:
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! Portions Copyright [yyyy] [name of copyright owner]
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! CCPL HEADER END
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major ! Copyright 2011-2013 ForgeRock Inc
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major !
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major-->
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins<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">
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <modelVersion>4.0.0</modelVersion>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Parent Project -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openam</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openam-documentation</artifactId>
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno Lavit <version>10.1.0-SNAPSHOT</version>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </parent>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Documentation Module -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <groupId>org.forgerock.openam</groupId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <artifactId>openam-doc-source</artifactId>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenAM Core Documentation Sources</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <inceptionYear>2011</inceptionYear>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <packaging>jar</packaging>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <description>DocBook XML source for OpenAM core user documentation. Java API reference documentation is generated
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major from OpenAM source code.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </description>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <url>http://openam.forgerock.org/</url>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <mailingLists>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <mailingList>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenAM Users Mailing List</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <archive>http://lists.forgerock.org/pipermail/openam/</archive>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <subscribe>https://lists.forgerock.org/mailman/listinfo/openam/</subscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <unsubscribe>https://lists.forgerock.org/mailman/listinfo/openam/</unsubscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <post>openam@forgerock.org</post>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </mailingList>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <mailingList>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>OpenAM Developers Mailing List</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <archive>http://lists.forgerock.org/pipermail/openam-dev/</archive>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <subscribe>https://lists.forgerock.org/mailman/listinfo/openam-dev/</subscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <unsubscribe>https://lists.forgerock.org/mailman/listinfo/openam-dev/</unsubscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <post>openam-dev@forgerock.org</post>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </mailingList>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <mailingList>
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins <name>OpenAM Commit Notifications</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <archive>http://lists.forgerock.org/pipermail/commitopenam/</archive>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <subscribe>https://lists.forgerock.org/mailman/listinfo/commitopenam/</subscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <unsubscribe>https://lists.forgerock.org/mailman/listinfo/commitopenam/</unsubscribe>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <post>commitopenam@forgerock.org</post>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </mailingList>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </mailingLists>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <!-- Source Control -->
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <scm>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <url>https://svn.forgerock.org/openam/trunk/openam/</url>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <connection>scm:svn:https://svn.forgerock.org/openam/trunk/openam/</connection>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <developerConnection>scm:svn:https://svn.forgerock.org/openam/trunk/openam/</developerConnection>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </scm>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <issueManagement>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <system>Jira</system>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <url>https://bugster.forgerock.org/jira/browse/OPENAM</url>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </issueManagement>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <licenses>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <license>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>CDDL-1.0</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <url>http://www.opensource.org/licenses/cddl1.php</url>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <comments>Common Development and Distribution License (CDDL) 1.0.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major This license applies to OpenAM source code as indicated in the
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major sources themselves.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </comments>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <distribution>repo</distribution>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </license>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <license>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <name>CC BY-NC-ND 3.0</name>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major Unported. This license applies to the site content, and to the
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major documentation as indicated in the documentation source code.
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </comments>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <distribution>repo</distribution>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </license>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major </licenses>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <properties>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <serverDocTargetVersion>10.1.0-Xpress</serverDocTargetVersion>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <serverProjectVersion>10.1.0-Xpress</serverProjectVersion>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <agentsDocTargetVersion>3.1.0-Xpress</agentsDocTargetVersion>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <webAgentsDocTargetVersion>${agentsDocTargetVersion}</webAgentsDocTargetVersion>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <javaEEAgentsDocTargetVersion>${agentsDocTargetVersion}</javaEEAgentsDocTargetVersion>
a35224ef1ee8c02d389ffeeb676b4de432294fb6Phill Cunnington <agentsBootstrapFile>OpenSSOAgentBootstrap.properties</agentsBootstrapFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <agentsConfigurationFile>OpenSSOAgentConfiguration.properties</agentsConfigurationFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <coreDirectoryFile><![CDATA[openam-distribution-kit-${serverProjectVersion}]]></coreDirectoryFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <coreWarFile><![CDATA[openam-server-${serverProjectVersion}.war]]></coreWarFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <clientsdkJarFile><![CDATA[openam-clientsdk-${serverProjectVersion}.jar]]></clientsdkJarFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <distauthWarFile><![CDATA[openam-distauth-${serverProjectVersion}.war]]></distauthWarFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <diagnosticsZipFile><![CDATA[openam-distribution-diagnostics-${serverProjectVersion}.zip]]></diagnosticsZipFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <fedletZipFile><![CDATA[openam-distribution-fedlet-unconfigured-${serverProjectVersion}.zip]]></fedletZipFile>
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major <libraryZipFile><![CDATA[openam-distribution-library-${serverProjectVersion}.zip]]></libraryZipFile>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <ssoadminZipFile><![CDATA[openam-distribution-ssoadmintools-${serverProjectVersion}.zip]]></ssoadminZipFile>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <ssoconfigZipFile><![CDATA[openam-distribution-ssoconfiguratortools-${serverProjectVersion}.zip]]></ssoconfigZipFile>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <serveronlyWarFile><![CDATA[openam-server-only-${serverProjectVersion}.war]]></serveronlyWarFile>
a329900f13c59aa829b6b857a5e96119d249880cPhill Cunnington <configJarFile><![CDATA[openam-distribution-configurator-${serverProjectVersion}.jar]]></configJarFile>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <site-out>${project.build.outputDirectory}/site</site-out>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <products-basedir>${basedir}</products-basedir>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <gaId>UA-23412190-7</gaId>
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley <!--
9d652bb883e4c215dbdcab006aaf1941c3f412baRich Riley Release date is specified only when building the documentation
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major for publication. For example:
80ca0b9f5ad61b2335af25d4dcf25a04ebfcbc91Peter Major -D"releaseDate=Software release date: January 1, 1970"
Otherwise release date should remain empty.
-->
<releaseDate />
<softwareReleaseDate>${releaseDate}</softwareReleaseDate>
<defaultRootSuffix>dc=openam,dc=forgerock,dc=org</defaultRootSuffix>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>unpack</goal>
</goals>
<phase>pre-site</phase>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-doc-content</artifactId>
<version>${project.version}</version>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
<includes>man-ssoadm-1.xml</includes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<executions>
<execution>
<phase>pre-site</phase>
<goals>
<goal>transform</goal>
</goals>
<configuration>
<transformationSets>
<transformationSet>
<dir>../..</dir>
<includes>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/AuthenticationLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CLILogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/ConsoleLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CoreTokenLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/ntitlementLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/LoggingLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/PolicyLogMessageIDs.xml
</include>
<include>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/SessionLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/COTLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/IDFFLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/LibertyLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAML2LogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAMLLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WebServicesSecurityLogMessageIDs.xml
</include>
<include>
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WSFederationLogMessageIDs.xml
</include>
<!-- <include>legacy/xml/log/Amadmin_CLILogMessageIDs.xml</include> THIS FILE DOES NOT EXIST -->
</includes>
<stylesheet>${basedir}/src/main/xslt/logs.xsl</stylesheet>
<outputProperties>
<outputProperty>
<name>omit-xml-declaration</name>
<value>yes</value>
</outputProperty>
</outputProperties>
<validating>false</validating>
</transformationSet>
</transformationSets>
<catalogs>
<catalog>src/main/xslt/catalog.xml</catalog>
</catalogs>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>generate-log-message-ref</id>
<phase>pre-site</phase>
<inherited>false</inherited>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<concat destfile="${project.build.directory}/generated-resources/chap-log-messages.xml">
<header file="${basedir}/src/main/docbkx/reference/log-messages-preface.header" />
<fileset dir="${project.build.directory}/generated-resources/xml/xslt" includes="**/*.xml">
</fileset>
<footer file="${basedir}/src/main/docbkx/reference/log-messages-preface.footer" />
</concat>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-doc-maven-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<projectName>OpenAM</projectName>
<googleAnalyticsId>${gaId}</googleAnalyticsId>
<runLinkTester>false</runLinkTester>
</configuration>
<version>1.1.0</version>
<executions>
<execution>
<id>build-doc</id>
<phase>pre-site</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
<execution>
<id>layout-doc</id>
<phase>site</phase>
<goals>
<goal>layout</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-doc-content</artifactId>
</dependency>
</dependencies>
</project>