pom.xml revision 2539f658414995cd31c767ce1f17590f73038f94
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<?xml version="1.0" encoding="UTF-8"?>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste<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">
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <modelVersion>4.0.0</modelVersion>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <!--
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste *
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * Copyright 2011-2015 ForgeRock AS.
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste *
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * The contents of this file are subject to the terms
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * of the Common Development and Distribution License
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * (the License). You may not use this file except in
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * compliance with the License.
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts *
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * You can obtain a copy of the License at
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * http://forgerock.org/license/CDDLv1.0.html
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste * See the License for the specific language governing
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * permission and limitations under the License.
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts *
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * When distributing Covered Code, include this CDDL
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * Header Notice in each file and include the License file
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * at http://forgerock.org/license/CDDLv1.0.html
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * If applicable, add the following below the CDDL Header,
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * with the fields enclosed by brackets [] replaced by
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * your own identifying information:
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts * "Portions Copyrighted [year] [name of copyright owner]"
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts *
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts -->
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <!-- Parent Project -->
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <parent>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <groupId>org.forgerock.openam</groupId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <artifactId>openam-plugins</artifactId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <version>13.0.0-RC6</version>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </parent>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <!-- Component Definition -->
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <name>OpenAM PostAuthN plugins</name>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <description>OpenAM Post AuthN Plugin</description>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <artifactId>openam-auth-postauthentication</artifactId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <packaging>jar</packaging>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <!-- Build -->
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <build>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <plugins>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <plugin>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <groupId>org.apache.maven.plugins</groupId>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <artifactId>maven-jar-plugin</artifactId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <configuration>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <archive>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <index>true</index>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <manifest>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <addClasspath>true</addClasspath>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <classpathPrefix>lib/</classpathPrefix>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </manifest>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <manifestEntries>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Specification-Title>OpenAM Post AuthN Plugins</Specification-Title>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Specification-Vendor>ForgeRock</Specification-Vendor>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Implementation-Title>OpenAM Post AuthN Plugins</Implementation-Title>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Implementation-Vendor>ForgeRock</Implementation-Vendor>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <Built-By>${user.name}</Built-By>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <Build-Jdk>${java.version}</Build-Jdk>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Build-Time>${maven.build.timestamp}</Build-Time>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <Version>${project.version}</Version>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <Create-On>${maven.build.timestamp}</Create-On>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <Revision>${git.short.sha1}</Revision>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <!-- TODO Add License to Manifest -->
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <License />
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </manifestEntries>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </archive>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </configuration>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </plugin>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </plugins>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </build>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <dependencies>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <dependency>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <groupId>org.forgerock.openam</groupId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <artifactId>openam-core</artifactId>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts </dependency>
ca7a323358dc50374d5f281355842fb7edb3983eJames Phillpotts <dependency>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <groupId>javax.servlet</groupId>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste <artifactId>javax.servlet-api</artifactId>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste <scope>provided</scope>
7197110fbdb6deb7868581c455516161cbcf7e0fJaco Jooste </dependency>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste </dependencies>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste</project>
b9e697e180c323785bf1cb8a29f5ec6288da8ec4Jaco Jooste