pom.xml revision 79943d71bcf8d4933e74f29a1b0e87f8898508cb
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<?xml version="1.0" encoding="UTF-8"?>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<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">
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <modelVersion>4.0.0</modelVersion>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <!--
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan *
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * Copyright (c) 2011-2012 ForgeRock Inc. All Rights Reserved
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan *
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * The contents of this file are subject to the terms
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * of the Common Development and Distribution License
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * (the License). You may not use this file except in
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * compliance with the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan *
8013147372959d2435f1f8b0305057cfce308168Jason Lemay * You can obtain a copy of the License at
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * http://forgerock.org/license/CDDLv1.0.html
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos * See the License for the specific language governing
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos * permission and limitations under the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan *
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * When distributing Covered Code, include this CDDL
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * Header Notice in each file and include the License file
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * at http://forgerock.org/license/CDDLv1.0.html
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * If applicable, add the following below the CDDL Header,
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan * with the fields enclosed by brackets [] replaced by
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel * your own identifying information:
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel * "Portions Copyrighted [year] [name of copyright owner]"
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel *
7c64421614d420f1951773af3ce6a6111cef84b2Jake Feasel -->
b564baaca75789be41eba24bb96e31f3ce5b10eeJake Feasel
5d0f143a8ead3cd79919f648b4a899e348902143Jake Feasel <!-- Parent Project -->
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <parent>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <groupId>org.forgerock.openam</groupId>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <artifactId>openam-authentication</artifactId>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <version>10.1.0-SNAPSHOT</version>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel </parent>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <!-- Component Definition -->
54f30b716553d88ea9ebb010037f4c74eb1d69acPaul Bryan <name>OpenAM Auth Adaptive</name>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan <description>OpenAM Authentication Adaptive</description>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <artifactId>openam-auth-adaptive</artifactId>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <packaging>jar</packaging>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <!-- Build -->
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <build>
0389b442e8bd8d112b977faae238cc8bb66201e2Bruno Lavit <plugins>
0389b442e8bd8d112b977faae238cc8bb66201e2Bruno Lavit
f1aa66113fa700d874f2c4c38e87c6ce44dae232Bruno Lavit <plugin>
f1aa66113fa700d874f2c4c38e87c6ce44dae232Bruno Lavit <inherited>true</inherited>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <groupId>org.apache.maven.plugins</groupId>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <artifactId>maven-compiler-plugin</artifactId>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <configuration>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <source>${java.source.version}</source>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <target>${java.target.version}</target>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <encoding>UTF-8</encoding>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel </configuration>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel </plugin>
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <!-- Surefire Tests -->
3f09f5b4acc8cefb61799cd3bb7b34dea90d1958Jake Feasel <plugin>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <groupId>org.apache.maven.plugins</groupId>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <artifactId>maven-surefire-plugin</artifactId>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <configuration>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <systemPropertyVariables>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <templateLoaderPath>${notification.template.path}</templateLoaderPath>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </systemPropertyVariables>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <excludes>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <exclude>**/IT_*</exclude>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos </excludes>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </configuration>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos </plugin>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <plugin>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <groupId>org.apache.maven.plugins</groupId>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <artifactId>maven-jar-plugin</artifactId>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <configuration>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <archive>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <index>true</index>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <manifest>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <addClasspath>true</addClasspath>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <classpathPrefix>lib/</classpathPrefix>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </manifest>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <manifestEntries>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Specification-Title>OpenAM Auth Adaptive</Specification-Title>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Specification-Vendor>ForgeRock</Specification-Vendor>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Implementation-Title>OpenAM Auth Adaptive</Implementation-Title>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Implementation-Vendor>ForgeRock</Implementation-Vendor>
73bedec6a263fc6f6a15e58fb55eb1f2045b85a8Bruno Lavit <Built-By>${user.name}</Built-By>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos <Build-Jdk>${java.version}</Build-Jdk>
13ec3d949d0a30c6d8fa0b899f583d64164f37f3Chris Drake <Build-Time>${maven.build.timestamp}</Build-Time>
f85a185a657def022f6d8896cc755403f7d40694Andi Egloff <Version>${project.version}</Version>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos <Create-On>${maven.build.timestamp}</Create-On>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <!-- TODO Add License to Manifest -->
099518f7f744f2eaa4e23d3e0a92110f2e5e2811omebold <License></License>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </manifestEntries>
00689490237ac7e37aa116d443e4e5882c5552dcMatthias Tristl </archive>
00689490237ac7e37aa116d443e4e5882c5552dcMatthias Tristl </configuration>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </plugin>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </plugins>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <resources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <filtering>false</filtering>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <directory>src/main/resources</directory>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <includes>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl <include>**/*</include>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <excludes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <exclude>version_information.txt</exclude>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </excludes>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </resource>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <resource>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <filtering>true</filtering>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <directory>src/main/resources</directory>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <includes>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <include>version_information.txt</include>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </resources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <testResources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <testResource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <filtering>false</filtering>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <directory>src/test/resources</directory>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <include>**/*</include>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </testResource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </testResources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </build>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <dependencies>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <groupId>org.forgerock.openam</groupId>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <artifactId>openam-shared</artifactId>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <dependency>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <groupId>org.forgerock.openam</groupId>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <artifactId>openam-core</artifactId>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <groupId>org.kohsuke</groupId>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <artifactId>geoip</artifactId>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel </dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <dependency>
7d83b6a03bd7b63f2eb6404d6cc1e4c074391ea7Jake Feasel <groupId>javax.servlet</groupId>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <artifactId>servlet-api</artifactId>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </dependency>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </dependencies>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos</project>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos