pom.xml revision 9e34f70f789dbd049eed2b273ca9b7d2cd26fd51
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major<?xml version="1.0" encoding="UTF-8"?>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms of the Common Development and
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Distribution License (the License). You may not use this file except in compliance with the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * specific language governing permission and limitations under the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * When distributing Covered Software, include this CDDL Header Notice in each file and include
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Header, with the fields enclosed by brackets [] replaced by your own identifying
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * information: "Portions copyright [year] [name of copyright owner]".
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright 2014-2015 ForgeRock AS.
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major-->
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major<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">
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <modelVersion>4.0.0</modelVersion>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <parent>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <groupId>org.forgerock.openam</groupId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <artifactId>openam-documentation</artifactId>
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins <version>14.0.0-SNAPSHOT</version>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </parent>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <name>OpenAM Log Message Reference</name>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <artifactId>openam-doc-log-message-ref</artifactId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <packaging>jar</packaging>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <build>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <plugins>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
d7acdbdfb47e51f588dbf7bafc4706000a44aca5Jonathan Scudder <plugin>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <groupId>org.apache.maven.plugins</groupId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <artifactId>maven-javadoc-plugin</artifactId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <configuration>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <skip>true</skip>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </configuration>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </plugin>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <plugin>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <groupId>org.codehaus.mojo</groupId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <artifactId>xml-maven-plugin</artifactId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <executions>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <execution>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <phase>compile</phase>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <goals>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <goal>transform</goal>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </goals>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <configuration>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <transformationSets>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <transformationSet>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <dir>../..</dir>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <includes>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <!-- AM -->
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/AuthenticationLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CLILogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/ConsoleLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/CoreTokenLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/EntitlementLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/LoggingLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/OAuth2ProviderLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/PolicyLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/RestLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-schema/openam-dtd-schema/src/main/resources/com/sun/identity/log/messageid/SessionLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
f36d7fc719bcbc9aba272b40a4723a24a81d6e0cAndrew Forrest <!-- FM -->
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/COTLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/IDFFLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/LibertyLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAML2LogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/SAMLLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WebServicesSecurityLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <include>openam-federation/OpenFM/src/main/resources/com/sun/identity/log/messageid/WSFederationLogMessageIDs.xml</include>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </includes>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <stylesheet>src/main/xslt/logs.xsl</stylesheet>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <outputProperties>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <outputProperty>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <name>omit-xml-declaration</name>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <value>yes</value>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </outputProperty>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </outputProperties>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <validating>false</validating>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </transformationSet>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </transformationSets>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <catalogs>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <catalog>src/main/xslt/catalog.xml</catalog>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </catalogs>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts </configuration>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts </execution>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </executions>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major </plugin>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <plugin>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <groupId>org.apache.maven.plugins</groupId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <artifactId>maven-antrun-plugin</artifactId>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <executions>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <execution>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <id>generate-log-message-ref</id>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <phase>compile</phase>
bb3c4ce56e9a932b502869e499389b6c467e1f9ePeter Major <inherited>false</inherited>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<concat destfile="target/generated-resources/chap-log-messages.xml">
<header file="src/main/resources/log-messages-preface.header" />
<fileset dir="target/generated-resources/xml/xslt" includes="**/*.xml" />
<footer file="src/main/resources/log-messages-preface.footer" />
</concat>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>assemble-log-message-reference</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
<descriptor>src/main/assembly.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
</build>
</project>