pom.xml revision 252bcf7eecdcc35b79b7c6c4e5525234660cceb2
5826N/A<?xml version="1.0" encoding="UTF-8"?>
5826N/A<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">
5826N/A <modelVersion>4.0.0</modelVersion>
5826N/A
5826N/A<!--
5826N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5826N/A *
5826N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
5826N/A *
5826N/A * The contents of this file are subject to the terms
5826N/A * of the Common Development and Distribution License
5826N/A * (the License). You may not use this file except in
5826N/A * compliance with the License.
5826N/A *
5826N/A * You can obtain a copy of the License at
5826N/A * http://forgerock.org/license/CDDLv1.0.html
5826N/A * See the License for the specific language governing
5826N/A * permission and limitations under the License.
5826N/A *
5826N/A * When distributing Covered Code, include this CDDL
5826N/A * Header Notice in each file and include the License file
5826N/A * at http://forgerock.org/license/CDDLv1.0.html
5826N/A * If applicable, add the following below the CDDL Header,
5826N/A * with the fields enclosed by brackets [] replaced by
5826N/A * your own identifying information:
5826N/A * "Portions Copyrighted [year] [name of copyright owner]"
5826N/A *
5826N/A -->
5826N/A
5826N/A <!-- Parent Project -->
5826N/A <parent>
5826N/A <groupId>org.forgerock</groupId>
5826N/A <artifactId>openam-authentication</artifactId>
5826N/A <version>10.1.0-SNAPSHOT</version>
5826N/A </parent>
5826N/A
5826N/A <!-- Component Definition -->
5826N/A <name>OpenAM Auth Adaptive</name>
5826N/A <description>OpenAM Authentication Adaptive
5826N/A </description>
5826N/A <artifactId>openam-auth-adaptive</artifactId>
5826N/A <version>10.1.0-SNAPSHOT</version>
5826N/A <packaging>jar</packaging>
5826N/A <organization>
5826N/A <name>ForgeRock</name>
5826N/A <url>http://www.forgerock.com</url>
5826N/A </organization>
5826N/A
5826N/A <!-- Build -->
5826N/A <build>
5826N/A <plugins>
5826N/A
5826N/A <plugin>
5826N/A <inherited>true</inherited>
5826N/A <groupId>org.apache.maven.plugins</groupId>
5826N/A <artifactId>maven-compiler-plugin</artifactId>
5826N/A <configuration>
5826N/A <source>${java.source.version}</source>
5826N/A <target>${java.target.version}</target>
5826N/A <encoding>UTF-8</encoding>
5826N/A </configuration>
5826N/A </plugin>
5826N/A
5826N/A <!-- Surefire Tests -->
5826N/A <plugin>
5826N/A <groupId>org.apache.maven.plugins</groupId>
5826N/A <artifactId>maven-surefire-plugin</artifactId>
5826N/A <configuration>
5826N/A <systemPropertyVariables>
5826N/A <templateLoaderPath>${notification.template.path}</templateLoaderPath>
5826N/A </systemPropertyVariables>
5826N/A <excludes>
5826N/A <exclude>**/IT_*</exclude>
5826N/A </excludes>
5826N/A </configuration>
5826N/A </plugin>
5826N/A
5826N/A <plugin>
5826N/A <groupId>org.apache.maven.plugins</groupId>
5826N/A <artifactId>maven-jar-plugin</artifactId>
5826N/A <configuration>
5826N/A <archive>
5826N/A <index>true</index>
5826N/A <manifest>
5826N/A <addClasspath>true</addClasspath>
5826N/A <classpathPrefix>lib/</classpathPrefix>
5826N/A </manifest>
5826N/A <manifestEntries>
5826N/A <Specification-Title>OpenAM Auth Adaptive</Specification-Title>
5826N/A <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
5826N/A <Specification-Vendor>ForgeRock</Specification-Vendor>
5826N/A <Implementation-Title>OpenAM Auth Adaptive</Implementation-Title>
5826N/A <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
5826N/A <Implementation-Vendor>ForgeRock</Implementation-Vendor>
5826N/A <Built-By>${user.name}</Built-By>
5826N/A <Build-Jdk>${java.version}</Build-Jdk>
5826N/A <Build-Time>${maven.build.timestamp}</Build-Time>
5826N/A <Version>${project.version}</Version>
5826N/A <Create-On>${maven.build.timestamp}</Create-On>
5826N/A <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
5826N/A <!-- TODO Add License to Manifest -->
5826N/A <License></License>
5826N/A </manifestEntries>
5826N/A </archive>
5826N/A </configuration>
5826N/A </plugin>
5826N/A
5826N/A </plugins>
5826N/A
5826N/A <resources>
5826N/A <resource>
5826N/A <filtering>false</filtering>
5826N/A <directory>src/main/resources</directory>
5826N/A <includes>
5826N/A <include>**/*</include>
5826N/A </includes>
5826N/A <excludes>
5826N/A <exclude>version_information.txt</exclude>
5826N/A </excludes>
5826N/A </resource>
5826N/A <resource>
5826N/A <filtering>true</filtering>
5826N/A <directory>src/main/resources</directory>
5826N/A <includes>
5826N/A <include>version_information.txt</include>
5826N/A </includes>
5826N/A </resource>
5826N/A </resources>
5826N/A <testResources>
5826N/A <testResource>
5826N/A <filtering>false</filtering>
5826N/A <directory>src/test/resources</directory>
5826N/A <includes>
5826N/A <include>**/*</include>
5826N/A </includes>
5826N/A </testResource>
5826N/A </testResources>
5826N/A </build>
5826N/A <dependencies>
5826N/A <dependency>
5826N/A <groupId>org.forgerock</groupId>
5826N/A <artifactId>openam-shared</artifactId>
5826N/A <version>10.1.0-SNAPSHOT</version>
5826N/A </dependency>
5826N/A <dependency>
5826N/A <groupId>org.forgerock</groupId>
5826N/A <artifactId>openam-core</artifactId>
5826N/A <version>10.1.0-SNAPSHOT</version>
5826N/A </dependency>
5826N/A </dependencies>
5826N/A</project>
5826N/A