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