pom.xml revision 6ce3dabbba7e4e63677d017240c4bbb31d083469
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! CCPL HEADER START
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! This work is licensed under the Creative Commons
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! To view a copy of this license, visit
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! http://creativecommons.org/licenses/by-nc-nd/3.0/
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! or send a letter to Creative Commons, 444 Castro Street,
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! Suite 900, Mountain View, California, 94041, USA.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! You can also obtain a copy of the license at
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! src/main/resources/legal-notices/CC-BY-NC-ND.txt.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! See the License for the specific language governing permissions
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! and limitations under the License.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! If applicable, add the following below this CCPL HEADER, with the fields
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! enclosed by brackets "[]" replaced with your own identifying information:
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! Portions Copyright [yyyy] [name of copyright owner]
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! CCPL HEADER END
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher ! Copyright 2011-2013 ForgeRock AS
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher<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">
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <!-- Parent Project -->
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <artifactId>openam-documentation</artifactId>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <!-- Documentation Module -->
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <!-- Redundant: <groupId>org.forgerock.openam</groupId> -->
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <artifactId>openam-doc-source</artifactId>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <name>OpenAM Core Documentation Sources</name>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <description>DocBook XML source for OpenAM core user documentation. Java API reference documentation is generated
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher from OpenAM source code.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </description>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <mailingLists>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <archive>http://lists.forgerock.org/pipermail/openam/</archive>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <subscribe>https://lists.forgerock.org/mailman/listinfo/openam/</subscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <unsubscribe>https://lists.forgerock.org/mailman/listinfo/openam/</unsubscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </mailingList>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <name>OpenAM Developers Mailing List</name>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <archive>http://lists.forgerock.org/pipermail/openam-dev/</archive>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <subscribe>https://lists.forgerock.org/mailman/listinfo/openam-dev/</subscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <unsubscribe>https://lists.forgerock.org/mailman/listinfo/openam-dev/</unsubscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </mailingList>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <archive>http://lists.forgerock.org/pipermail/commitopenam/</archive>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <subscribe>https://lists.forgerock.org/mailman/listinfo/commitopenam/</subscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <unsubscribe>https://lists.forgerock.org/mailman/listinfo/commitopenam/</unsubscribe>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </mailingList>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </mailingLists>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <!-- Source Control -->
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <url>https://svn.forgerock.org/openam/trunk/openam/</url>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <connection>scm:svn:https://svn.forgerock.org/openam/trunk/openam/</connection>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <developerConnection>scm:svn:https://svn.forgerock.org/openam/trunk/openam/</developerConnection>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <issueManagement>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <url>https://bugster.forgerock.org/jira/browse/OPENAM</url>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher </issueManagement>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <url>http://www.opensource.org/licenses/cddl1.php</url>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <comments>Common Development and Distribution License (CDDL) 1.0.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher This license applies to OpenAM source code as indicated in the
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher sources themselves.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <url>http://creativecommons.org/licenses/by-nc-nd/3.0/</url>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <comments>Creative Commons Attribution-NonCommercial-NoDerivs 3.0
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher Unported. This license applies to the site content, and to the
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher documentation as indicated in the documentation source code.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <serverDocTargetVersion>11.0.1</serverDocTargetVersion>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <agentsDocTargetVersion>3.3.1</agentsDocTargetVersion>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <webAgentsDocTargetVersion>${agentsDocTargetVersion}</webAgentsDocTargetVersion>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher <javaEEAgentsDocTargetVersion>${agentsDocTargetVersion}</javaEEAgentsDocTargetVersion>
<clientSDKExamplesCliFile><![CDATA[ExampleClientSDK-CLI-${serverDocTargetVersion}.zip]]></clientSDKExamplesCliFile>
<clientSDKExamplesWarFile><![CDATA[ExampleClientSDK-WAR-${serverDocTargetVersion}.war]]></clientSDKExamplesWarFile>
<diagnosticsZipFile><![CDATA[SSODiagnosticTools-${serverDocTargetVersion}.zip]]></diagnosticsZipFile>
<ssoconfigJarFile><![CDATA[openam-configurator-tool-${serverDocTargetVersion}.jar]]></ssoconfigJarFile>
<ssoconfigUpgradeJarFile><![CDATA[openam-upgrade-tool-${serverDocTargetVersion}.jar]]></ssoconfigUpgradeJarFile>
<configJarFile><![CDATA[openam-distribution-configurator-${serverDocTargetVersion}.jar]]></configJarFile>
<agentSunWebServerSupport>Oracle iPlanet Web Server 7.0 (also known as Sun Web Server)<!-- (deprecated)--></agentSunWebServerSupport>
<agentJBossSupport>JBoss Enterprise Application Platform 5 and 6, JBoss Application Server 7</agentJBossSupport>
<!-- Ignore generated content for the reference when building 11.0.x release notes.
<groupId>org.apache.maven.plugins</groupId>
<groupId>org.forgerock.openam</groupId>
<version>${project.version}</version>
<outputDirectory>${project.build.directory}/generated-resources</outputDirectory>
<includes>man-ssoadm-1.xml</includes>
<!-- Ignore generated content for the reference when building 11.0.x release notes.
<groupId>org.codehaus.mojo</groupId>
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/AuthenticationLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CLILogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/ConsoleLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CoreTokenLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/EntitlementLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/LoggingLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/OAuth2ProviderLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/PolicyLogMessageIDs.xml
openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/SessionLogMessageIDs.xml
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WebServicesSecurityLogMessageIDs.xml
openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WSFederationLogMessageIDs.xml
<!– <include>legacy/xml/log/Amadmin_CLILogMessageIDs.xml</include> THIS FILE DOES NOT EXIST –>
<catalog>src/main/xslt/catalog.xml</catalog>
<groupId>org.apache.maven.plugins</groupId>
<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">
<footer file="${basedir}/src/main/docbkx/reference/log-messages-preface.footer" />
<!-- Ignore generated content for the reference when building 11.0.x release notes.
<groupId>org.forgerock.openam</groupId>