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