pom.xml revision 83453148872c6e4f8cf019f9d81f41adba823bb2
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James<?xml version="1.0" encoding="UTF-8"?>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James<!--
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James*
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James*
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* The contents of this file are subject to the terms
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* of the Common Development and Distribution License
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* (the License). You may not use this file except in
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* compliance with the License.
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James*
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* You can obtain a copy of the License at
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* http://forgerock.org/license/CDDLv1.0.html
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* See the License for the specific language governing
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* permission and limitations under the License.
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James*
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* When distributing Covered Code, include this CDDL
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* Header Notice in each file and include the License file
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* at http://forgerock.org/license/CDDLv1.0.html
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* If applicable, add the following below the CDDL Header,
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* with the fields enclosed by brackets [] replaced by
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* your own identifying information:
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James* "Portions Copyrighted [year] [name of copyright owner]"
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James*
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James-->
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James<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">
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <modelVersion>4.0.0</modelVersion>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <!-- Parent Project -->
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <parent>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <groupId>org.forgerock.openam</groupId>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <artifactId>openam-federation</artifactId>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <version>12.0.0-SNAPSHOT</version>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James </parent>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <!-- Component Definition -->
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <name>OpenAM Federation Library</name>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <description>OpenAM Federation Library Components</description>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <artifactId>openam-federation-library</artifactId>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <packaging>jar</packaging>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James
5d0dcd9820c04ac52a150525298eaae50c8b3544Mareks Malnacs <!-- Build -->
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <build>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <plugins>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <plugin>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <groupId>org.apache.maven.plugins</groupId>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <artifactId>maven-surefire-plugin</artifactId>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <configuration>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <systemPropertyVariables>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <com.sun.identity.saml.xmlsig.keystore>${project.build.testOutputDirectory}/keystore.jks</com.sun.identity.saml.xmlsig.keystore>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <com.sun.identity.saml.xmlsig.storetype>JKS</com.sun.identity.saml.xmlsig.storetype>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <com.sun.identity.saml.xmlsig.storepass>${project.build.testOutputDirectory}/keystorepass</com.sun.identity.saml.xmlsig.storepass>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James <com.sun.identity.saml.xmlsig.keypass>${project.build.testOutputDirectory}/keystorepass</com.sun.identity.saml.xmlsig.keypass>
e0d98b5e6f4b658de5303bf8d74576d2555db68eNicholas James </systemPropertyVariables>
</configuration>
</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 Federation Library</Specification-Title>
<Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
<Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Federation Library</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>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>*_*/*</exclude>
</excludes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/de_DE</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/es_ES</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/fr_FR</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/ja_JP</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/ko_KR</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/zh_CN</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources/zh_TW</directory>
<includes>
<include>*</include>
</includes>
<filtering>true</filtering>
</resource>
</resources>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-xacml3-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-saml2-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-wsfederation-schema</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-liberty-schema</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>xerces-J</groupId>
<artifactId>xml-apis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>esapiport</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-rt</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-idpdiscovery</artifactId>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
</dependencies>
</project>