pom.xml revision 4e09b43d07f5b34fe78ca10ece472ee6cbfea35c
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd<?xml version="1.0" encoding="UTF-8"?>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd<!--
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd*
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd* Copyright 2011-2015 ForgeRock AS.
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd*
5a58787efeb02a1c3f06569d019ad81fd2efa06end* The contents of this file are subject to the terms
5a58787efeb02a1c3f06569d019ad81fd2efa06end* of the Common Development and Distribution License
5a58787efeb02a1c3f06569d019ad81fd2efa06end* (the License). You may not use this file except in
5a58787efeb02a1c3f06569d019ad81fd2efa06end* compliance with the License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end*
5a58787efeb02a1c3f06569d019ad81fd2efa06end* You can obtain a copy of the License at
5a58787efeb02a1c3f06569d019ad81fd2efa06end* http://forgerock.org/license/CDDLv1.0.html
5a58787efeb02a1c3f06569d019ad81fd2efa06end* See the License for the specific language governing
3f08db06526d6901aa08c110b5bc7dde6bc39905nd* permission and limitations under the License.
5a58787efeb02a1c3f06569d019ad81fd2efa06end*
5a58787efeb02a1c3f06569d019ad81fd2efa06end* When distributing Covered Code, include this CDDL
5a58787efeb02a1c3f06569d019ad81fd2efa06end* Header Notice in each file and include the License file
3f08db06526d6901aa08c110b5bc7dde6bc39905nd* at http://forgerock.org/license/CDDLv1.0.html
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd* If applicable, add the following below the CDDL Header,
7fb4c0766e858653c9776474005a6ae6d94828afgryzor* with the fields enclosed by brackets [] replaced by
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung* your own identifying information:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd* "Portions Copyrighted [year] [name of copyright owner]"
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd*
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd-->
343dc8d04fc03013bd56d35862e4b4ba1ba869f1rbowen<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">
343dc8d04fc03013bd56d35862e4b4ba1ba869f1rbowen <modelVersion>4.0.0</modelVersion>
343dc8d04fc03013bd56d35862e4b4ba1ba869f1rbowen
343dc8d04fc03013bd56d35862e4b4ba1ba869f1rbowen
5a58787efeb02a1c3f06569d019ad81fd2efa06end <!-- Parent Project -->
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <parent>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <groupId>org.forgerock.openam</groupId>
5a58787efeb02a1c3f06569d019ad81fd2efa06end <artifactId>openam-diagnostics</artifactId>
b41a0dbe6310c576e96b7ea6910051fd84fb06f5sf <version>13.0.0-SNAPSHOT</version>
5a58787efeb02a1c3f06569d019ad81fd2efa06end </parent>
5a58787efeb02a1c3f06569d019ad81fd2efa06end
5a58787efeb02a1c3f06569d019ad81fd2efa06end <!-- Component Definition -->
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <name>OpenAM Diagnostics Plugins</name>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <description>OpenAM Diagnostic Plugin Components</description>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <artifactId>openam-diagnostics-plugins</artifactId>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <packaging>jar</packaging>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <!-- Build -->
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <build>
4c73fad880d59291ddf79d9da08783b3bc9b1a09rbowen <plugins>
b1e26f995f70e4cf9d0c2d1f2d0e225781be40ecrbowen <plugin>
fe09ffc6a77ce45e49b4c603544832e75d449daarbowen <groupId>org.apache.maven.plugins</groupId>
d565edaec710102f7e7d06252aaf1de67b7ddd25rbowen <artifactId>maven-jar-plugin</artifactId>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <configuration>
d565edaec710102f7e7d06252aaf1de67b7ddd25rbowen <archive>
d565edaec710102f7e7d06252aaf1de67b7ddd25rbowen <index>true</index>
fe09ffc6a77ce45e49b4c603544832e75d449daarbowen <manifest>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <addClasspath>true</addClasspath>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <classpathPrefix>lib/</classpathPrefix>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen </manifest>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <manifestEntries>
fec40133e1cad49dda28d1b81786a279c66cb9d0rbowen <Specification-Title>OpenAM Diagnostics Plugins</Specification-Title>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Specification-Vendor>ForgeRock</Specification-Vendor>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Implementation-Title>OpenAM Diagnostics</Implementation-Title>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <Implementation-Vendor>ForgeRock</Implementation-Vendor>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin <Built-By>${user.name}</Built-By>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Build-Jdk>${java.version}</Build-Jdk>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Build-Time>${maven.build.timestamp}</Build-Time>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Version>${project.version}</Version>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Create-On>${maven.build.timestamp}</Create-On>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <Revision>${git.short.sha1}</Revision>
5d11895e12fd8f00d96b3c174ff054c843ae3d79igalic <!-- TODO Add License to Manifest -->
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <License />
c6df9fd46b8960c64fe8bcfa499a8eb7a9015b95kbrand </manifestEntries>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </archive>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </configuration>
c6df9fd46b8960c64fe8bcfa499a8eb7a9015b95kbrand </plugin>
c6df9fd46b8960c64fe8bcfa499a8eb7a9015b95kbrand </plugins>
c6df9fd46b8960c64fe8bcfa499a8eb7a9015b95kbrand </build>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependencies>
c6df9fd46b8960c64fe8bcfa499a8eb7a9015b95kbrand <dependency>
5d11895e12fd8f00d96b3c174ff054c843ae3d79igalic <groupId>org.forgerock.openam</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openam-shared</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <groupId>org.forgerock.openam</groupId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <artifactId>openam-diagnostics-schema</artifactId>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd </dependency>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd <dependency>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <groupId>org.forgerock.openam</groupId>
9a58dc6a2b26ec128b1270cf48810e705f1a90dbsf <artifactId>openam-diagnostics-base</artifactId>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin </dependency>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin </dependencies>
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd</project>
8951c7d73bfa2ae5a2c8fe5bd27f3e677be02564noirin
3a5c8a7c39f03520463a70cf3f90091dc3a1eb32nd