pom.xml revision cea5d6ff1297ba992d04619512ca32c18bf70e3d
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts<?xml version="1.0" encoding="UTF-8"?>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts<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">
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <modelVersion>4.0.0</modelVersion>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington<!--
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * The contents of this file are subject to the terms
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * of the Common Development and Distribution License
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * (the License). You may not use this file except in
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * compliance with the License.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * You can obtain a copy of the License at
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * http://forgerock.org/license/CDDLv1.0.html
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * See the License for the specific language governing
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * permission and limitations under the License.
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * When distributing Covered Code, include this CDDL
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * Header Notice in each file and include the License file
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * at http://forgerock.org/license/CDDLv1.0.html
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * If applicable, add the following below the CDDL Header,
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * with the fields enclosed by brackets [] replaced by
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * your own identifying information:
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts * "Portions Copyrighted [year] [name of copyright owner]"
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts *
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Parent Project -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <parent>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-session-ha</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <version>10.1.0-SNAPSHOT</version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </parent>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <!-- Component Definition -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <name>OpenAM Session High-Availability Locale Constants</name>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <description>OpenAM Session High-Availability Locale Constants
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </description>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>openam-session-ha-locale</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <version>10.1.0-SNAPSHOT</version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <packaging>jar</packaging>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <organization>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <name>ForgeRock</name>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <url>http://www.forgerock.com</url>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </organization>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Build -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <build>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugins>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>i18n-maven-plugin</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <version>1.3.0-SNAPSHOT</version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <executions>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <execution>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <phase>generate-sources</phase>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <goals>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <goal>generate-messages</goal>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </goals>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <messageFiles>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <messageFile>org/forgerock/openam/session/ha/i18n/amsessionstore.properties</messageFile>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </messageFiles>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </execution>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </executions>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- Establish our generated-sources Directory for Compile Inclusion. -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.codehaus.mojo</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>build-helper-maven-plugin</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <executions>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <execution>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <id>add-source</id>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <phase>generate-sources</phase>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <goals>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <goal>add-source</goal>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </goals>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <sources>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <source>${project.build.directory}/generated-sources/annotations</source>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <source>${project.build.directory}/generated-sources/messages</source>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </sources>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </execution>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </executions>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington </plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.apache.maven.plugins</groupId>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <artifactId>maven-jar-plugin</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <archive>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <index>true</index>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <manifest>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <addClasspath>true</addClasspath>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <classpathPrefix>lib/</classpathPrefix>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </manifest>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <manifestEntries>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Title>OpenAM Session High-Availability Locale Constants Component</Specification-Title>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Specification-Vendor>ForgeRock</Specification-Vendor>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Title>OpenAM Session High-Availability Locale Constants Component</Implementation-Title>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Implementation-Vendor>ForgeRock</Implementation-Vendor>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Built-By>${user.name}</Built-By>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Build-Jdk>${java.version}</Build-Jdk>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Build-Time>${maven.build.timestamp}</Build-Time>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Version>${project.version}</Version>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <Create-On>${maven.build.timestamp}</Create-On>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <!-- TODO Add License to Manifest -->
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <License></License>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </manifestEntries>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </archive>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
457109fb66ae45236beb93b458603bff012e6d14Phill Cunnington </plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.apache.maven.plugins</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>maven-javadoc-plugin</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <skip>true</skip>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </configuration>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </plugin>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </plugins>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <resources>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <resource>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <filtering>false</filtering>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <directory>src/main/resources</directory>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <includes>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <include>**/*</include>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste </includes>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <excludes>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <exclude>version_information.txt</exclude>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste </excludes>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste </resource>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <resource>
af883a3bbb915164a6103e198ba52a1951cb9431Jaco Jooste <filtering>true</filtering>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <directory>src/main/resources</directory>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <includes>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <include>version_information.txt</include>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </includes>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </resource>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </resources>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </build>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependencies>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <groupId>org.forgerock.commons</groupId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts <artifactId>i18n-core</artifactId>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependency>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts </dependencies>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts</project>
c0202e5a338212ae386c672821f6dc4931c50f45James Phillpotts