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