pom.xml revision f49c6dcced09ef9c8b981cc2c05c6c3eb2f40c5b
b6c1232fd4529b7cb25d801404f6c440d549f311slive<?xml version="1.0" encoding="UTF-8"?>
b6c1232fd4529b7cb25d801404f6c440d549f311slive<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">
b6c1232fd4529b7cb25d801404f6c440d549f311slive <modelVersion>4.0.0</modelVersion>
b6c1232fd4529b7cb25d801404f6c440d549f311slive
b6c1232fd4529b7cb25d801404f6c440d549f311slive <!--
b6c1232fd4529b7cb25d801404f6c440d549f311slive * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
b6c1232fd4529b7cb25d801404f6c440d549f311slive *
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
b6c1232fd4529b7cb25d801404f6c440d549f311slive *
b6c1232fd4529b7cb25d801404f6c440d549f311slive * The contents of this file are subject to the terms
b6c1232fd4529b7cb25d801404f6c440d549f311slive * of the Common Development and Distribution License
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * (the License). You may not use this file except in
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * compliance with the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen *
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen * You can obtain a copy of the License at
b6c1232fd4529b7cb25d801404f6c440d549f311slive * http://forgerock.org/license/CDDLv1.0.html
b6c1232fd4529b7cb25d801404f6c440d549f311slive * See the License for the specific language governing
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen * permission and limitations under the License.
3f08db06526d6901aa08c110b5bc7dde6bc39905nd *
b6c1232fd4529b7cb25d801404f6c440d549f311slive * When distributing Covered Code, include this CDDL
b6c1232fd4529b7cb25d801404f6c440d549f311slive * Header Notice in each file and include the License file
b6c1232fd4529b7cb25d801404f6c440d549f311slive * at http://forgerock.org/license/CDDLv1.0.html
3f08db06526d6901aa08c110b5bc7dde6bc39905nd * If applicable, add the following below the CDDL Header,
b6c1232fd4529b7cb25d801404f6c440d549f311slive * with the fields enclosed by brackets [] replaced by
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd * your own identifying information:
a78048ccbdb6256da15e6b0e7e95355e480c2301nd * "Portions Copyrighted [year] [name of copyright owner]"
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun *
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung -->
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <!-- Parent Project -->
b6c1232fd4529b7cb25d801404f6c440d549f311slive <parent>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <groupId>org.forgerock.openam</groupId>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <artifactId>openam-plugins</artifactId>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <version>11.0.0-SNAPSHOT</version>
b6c1232fd4529b7cb25d801404f6c440d549f311slive </parent>
b6c1232fd4529b7cb25d801404f6c440d549f311slive
b6c1232fd4529b7cb25d801404f6c440d549f311slive <!-- Component Definition -->
b6ae20e2ed8aba6a6f11a62ed9dd40c4173889b6jfclere <name>OpenAM PostAuthN plugins</name>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <description>OpenAM Post AuthN Plugin</description>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <artifactId>openam-auth-postauthentication</artifactId>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <packaging>jar</packaging>
b6c1232fd4529b7cb25d801404f6c440d549f311slive
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh <!-- Build -->
b6c1232fd4529b7cb25d801404f6c440d549f311slive <build>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <plugins>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <plugin>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <groupId>org.apache.maven.plugins</groupId>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <artifactId>maven-jar-plugin</artifactId>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <configuration>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <archive>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <index>true</index>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <manifest>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <addClasspath>true</addClasspath>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <classpathPrefix>lib/</classpathPrefix>
b6c1232fd4529b7cb25d801404f6c440d549f311slive </manifest>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <manifestEntries>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Specification-Title>OpenAM Post AuthN Plugins</Specification-Title>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Specification-Vendor>ForgeRock</Specification-Vendor>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Implementation-Title>OpenAM Post AuthN Plugins</Implementation-Title>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Implementation-Vendor>ForgeRock</Implementation-Vendor>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Built-By>${user.name}</Built-By>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Build-Jdk>${java.version}</Build-Jdk>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Build-Time>${maven.build.timestamp}</Build-Time>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Version>${project.version}</Version>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <Create-On>${maven.build.timestamp}</Create-On>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
b6c1232fd4529b7cb25d801404f6c440d549f311slive <!-- TODO Add License to Manifest -->
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <License />
a78048ccbdb6256da15e6b0e7e95355e480c2301nd </manifestEntries>
0cf3cdbaa1dad11cbf1ce32e48f1b4ec88cf779fnilgun </archive>
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung </configuration>
727872d18412fc021f03969b8641810d8896820bhumbedooh </plugin>
0d0ba3a410038e179b695446bb149cce6264e0abnd </plugins>
727872d18412fc021f03969b8641810d8896820bhumbedooh </build>
727872d18412fc021f03969b8641810d8896820bhumbedooh
0d0ba3a410038e179b695446bb149cce6264e0abnd <dependencies>
727872d18412fc021f03969b8641810d8896820bhumbedooh <dependency>
888cb40bdeec5abf452bd85d6bf63b26d5913d4chumbedooh <groupId>org.forgerock.openam</groupId>
727872d18412fc021f03969b8641810d8896820bhumbedooh <artifactId>openam-core</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd </dependency>
0d0ba3a410038e179b695446bb149cce6264e0abnd <dependency>
0d0ba3a410038e179b695446bb149cce6264e0abnd <groupId>javax.servlet</groupId>
727872d18412fc021f03969b8641810d8896820bhumbedooh <artifactId>servlet-api</artifactId>
0d0ba3a410038e179b695446bb149cce6264e0abnd </dependency>
0d0ba3a410038e179b695446bb149cce6264e0abnd </dependencies>
0d0ba3a410038e179b695446bb149cce6264e0abnd</project>
727872d18412fc021f03969b8641810d8896820bhumbedooh