pom.xml revision 405ec726bffb41f3e0255f92e59bdd15d0b06ce6
22cc4b4e0d92019280405da9bb1b29767e85c572Brian Wellington<?xml version="1.0" encoding="UTF-8"?>
7b5130bd12ab4a5538240b6bbed9166dc7a856d6Tinderbox User<!--
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * The contents of this file are subject to the terms of the Common Development and
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * Distribution License (the License). You may not use this file except in compliance with the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater * License.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer *
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * specific language governing permission and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * When distributing Covered Software, include this CDDL Header Notice in each file and include
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * Header, with the fields enclosed by brackets [] replaced by your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * information: "Portions copyright [year] [name of copyright owner]".
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * Copyright 2014-2015 ForgeRock AS.
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer-->
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer<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">
28c2bc20269f3127b8bcb68e4458392f86cc0116Evan Hunt
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <modelVersion>4.0.0</modelVersion>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer <parent>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <groupId>org.forgerock.openam</groupId>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <artifactId>openam-documentation</artifactId>
6f710fce2d5a51b17bfc6f4a0b305c6b603c1304Brian Wellington <version>13.0.0-RC1</version>
a985c480e1f2ff2ef358af4a407d3a0e40fd651eMichael Sawyer </parent>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <name>OpenAM Log Message Reference</name>
668bd3acee916de774c569449367fee199965ff4Brian Wellington <artifactId>openam-doc-log-message-ref</artifactId>
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson <packaging>jar</packaging>
25a66b4e41e2b0a2af4840749bac80ae78c678bfMark Andrews
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <build>
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <plugins>
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer
9ef9f6b8ae33e6e056ee721739028745dce71737David Lawrence <plugin>
668bd3acee916de774c569449367fee199965ff4Brian Wellington <groupId>org.apache.maven.plugins</groupId>
668bd3acee916de774c569449367fee199965ff4Brian Wellington <artifactId>maven-javadoc-plugin</artifactId>
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington <configuration>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <skip>true</skip>
83a44df0a1dcc1760c7e4ad45eae801b5144592cBrian Wellington </configuration>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer </plugin>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <plugin>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <groupId>org.codehaus.mojo</groupId>
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington <artifactId>xml-maven-plugin</artifactId>
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews <executions>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <execution>
2a23a625246acfbf6ff92b86a6b8b9df59dbeaa4Mark Andrews <phase>compile</phase>
2a23a625246acfbf6ff92b86a6b8b9df59dbeaa4Mark Andrews <goals>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <goal>transform</goal>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson </goals>
6b3c17b9b0230eca56bb44bd61f0a43fe8ae1d32Automatic Updater <configuration>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <transformationSets>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <transformationSet>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <dir>../..</dir>
932b781b8178dc2876e23ddedb56294277c6ab28Michael Sawyer <includes>
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews <!-- AM -->
932b781b8178dc2876e23ddedb56294277c6ab28Michael Sawyer <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/AuthenticationLogMessageIDs.xml</include>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CLILogMessageIDs.xml</include>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/ConsoleLogMessageIDs.xml</include>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CoreTokenLogMessageIDs.xml</include>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/EntitlementLogMessageIDs.xml</include>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/LoggingLogMessageIDs.xml</include>
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/OAuth2ProviderLogMessageIDs.xml</include>
910df0c767ea973a59e866adb33bddf24b584f3dMichael Sawyer <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/PolicyLogMessageIDs.xml</include>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/RestLogMessageIDs.xml</include>
688a4c50c2025a683d8d2bf5bb53a591556df4fcAndreas Gustafsson <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/SessionLogMessageIDs.xml</include>
0e0e575ec135a983a53c501cf48734b823361ab4Brian Wellington
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews <!-- FM -->
13396661f46572d7b94703a25721aad040fbd91aMark Andrews <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/COTLogMessageIDs.xml</include>
19b037bcb900e75528bf6f2582d77c3f1a6d6714Evan Hunt <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/IDFFLogMessageIDs.xml</include>
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/LibertyLogMessageIDs.xml</include>
f17b62a64bec4690f7ef0263efee1fa727b66fd5Michael Sawyer <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAML2LogMessageIDs.xml</include>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAMLLogMessageIDs.xml</include>
7ca101656029196bba41ffff632f2c6903f48125Mark Andrews <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WebServicesSecurityLogMessageIDs.xml</include>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WSFederationLogMessageIDs.xml</include>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </includes>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <stylesheet>src/main/xslt/logs.xsl</stylesheet>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <outputProperties>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <outputProperty>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <name>omit-xml-declaration</name>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <value>yes</value>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </outputProperty>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </outputProperties>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <validating>false</validating>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </transformationSet>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </transformationSets>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <catalogs>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <catalog>src/main/xslt/catalog.xml</catalog>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </catalogs>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </configuration>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </execution>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </executions>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <dependencies>
7ca101656029196bba41ffff632f2c6903f48125Mark Andrews <dependency>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <groupId>xalan</groupId>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <artifactId>xalan</artifactId>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <version>2.7.1</version>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </dependency>
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews </dependencies>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </plugin>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <plugin>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <groupId>org.apache.maven.plugins</groupId>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <artifactId>maven-antrun-plugin</artifactId>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <executions>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <execution>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <id>generate-log-message-ref</id>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <phase>compile</phase>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <inherited>false</inherited>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <goals>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer <goal>run</goal>
ebbfa36a628b935891b2f8a2c5936aef48b87151Michael Sawyer </goals>
07fffbc8c9ea9f56c80143c70355807a1aaeec21Michael Sawyer <configuration>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <target>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <concat destfile="target/generated-resources/chap-log-messages.xml">
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <header file="src/main/resources/log-messages-preface.header" />
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <fileset dir="target/generated-resources/xml/xslt" includes="**/*.xml" />
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <footer file="src/main/resources/log-messages-preface.footer" />
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </concat>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </target>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </configuration>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </execution>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </executions>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont </plugin>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <plugin>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <groupId>org.apache.maven.plugins</groupId>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <artifactId>maven-assembly-plugin</artifactId>
d302a620e0d49811874b9555ac2e4c6e05861a6bFrancis Dupont <executions>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <execution>
cc5ea458fe9f12f247e2549b6dc24fe475a824c2Michael Sawyer <id>assemble-log-message-reference</id>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <phase>package</phase>
24139527f3d0d3fe743bd867329a2edd529728a6Andreas Gustafsson <goals>
9fe3676b8490319aa65182f2072cbf5086097979Michael Sawyer <goal>single</goal>
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews </goals>
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews <configuration>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <descriptors>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <descriptor>src/main/assembly.xml</descriptor>
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont </descriptors>
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont </configuration>
debd489a44363870f96f75818e89ec27d3cab736Francis Dupont </execution>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson </executions>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews </plugin>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <plugin>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <groupId>org.apache.maven.plugins</groupId>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <artifactId>maven-site-plugin</artifactId>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <configuration>
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson <skip>true</skip>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein <skipDeploy>true</skipDeploy>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews </configuration>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews </plugin>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews </plugins>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews </build>
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews</project>
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein