pom.xml revision a622f6b14edb724c3cdbc8b5836a109d4ac80086
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington<?xml version="1.0" encoding="UTF-8"?>
f0b8f6dd844f8752946b865bdd44175863b15812Peter 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/maven-v4_0_0.xsd">
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major <modelVersion>4.0.0</modelVersion>
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * The contents of this file are subject to the terms
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * of the Common Development and Distribution License
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * (the License). You may not use this file except in
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * compliance with the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major *
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * You can obtain a copy of the License at
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major * http://forgerock.org/license/CDDLv1.0.html
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno Lavit * See the License for the specific language governing
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * permission and limitations under the License.
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington *
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * When distributing Covered Code, include this CDDL
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * Header Notice in each file and include the License file
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * at http://forgerock.org/license/CDDLv1.0.html
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins * If applicable, add the following below the CDDL Header,
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * with the fields enclosed by brackets [] replaced by
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * your own identifying information:
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington * "Portions Copyrighted [year] [name of copyright owner]"
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington *
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington -->
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <!-- Parent Project -->
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <parent>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <groupId>org.forgerock.openam</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>openam-authentication</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <version>10.1.0-SNAPSHOT</version>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </parent>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <!-- Component Definition -->
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <name>OpenAM Auth Anonymous</name>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <description>OpenAM Authentication AD
71b128a7314b40bf2b9740cfa80f6cdba76740e8Phill Cunnington </description>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>openam-auth-anonymous</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <version>10.1.0-SNAPSHOT</version>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <packaging>jar</packaging>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <organization>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <name>ForgeRock</name>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <url>http://www.forgerock.com</url>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </organization>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <!-- Build -->
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <build>
87e1cbcd02820f55e1816ee4efe9e9127be22a11James Phillpotts <plugins>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <plugin>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <inherited>true</inherited>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <groupId>org.apache.maven.plugins</groupId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <artifactId>maven-compiler-plugin</artifactId>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <configuration>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <source>${java.source.version}</source>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington <target>${java.target.version}</target>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <encoding>UTF-8</encoding>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </configuration>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington </plugin>
73c26b2cdf320b53fe8467cc81228e04e3c540c0Phill Cunnington
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major <!-- Surefire Tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<templateLoaderPath>${notification.template.path}</templateLoaderPath>
</systemPropertyVariables>
<excludes>
<exclude>**/IT_*</exclude>
</excludes>
</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 Auth anonymous</Specification-Title>
<Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
<Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Auth anonymous</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></License>
</manifestEntries>
</archive>
</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>
<testResources>
<testResource>
<filtering>false</filtering>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>