pom.xml revision 7ece9ef5fc2733885e1f88addaf626fc69dca33a
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 (c) 2011-2013 ForgeRock AS. All Rights Reserved
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-diagnostics</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <version>11.0.0-RC3</version>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </parent>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <!-- Component Definition -->
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <name>OpenAM Diagnostics Base</name>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <description>OpenAM Diagnostic Base Components</description>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <artifactId>openam-diagnostics-base</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <packaging>jar</packaging>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <!-- Component Properties -->
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <properties>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <!-- Main Bootstrap ClassName for Jar. -->
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <main.bootstrap.classname>com.sun.identity.diagnostic.base.core.DiagnosticToolMain</main.bootstrap.classname>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </properties>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
fffafeb2cc01732fd6a28ed530e4424094685eceJohnny Cheung <!-- Build -->
fffafeb2cc01732fd6a28ed530e4424094685eceJohnny Cheung <build>
fffafeb2cc01732fd6a28ed530e4424094685eceJohnny Cheung <plugins>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <plugin>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <groupId>org.apache.maven.plugins</groupId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <artifactId>maven-jar-plugin</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <configuration>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <archive>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <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 Diagnostics</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 Diagnostics</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>
a307732568c3d861c38b0342ae32434226d10e94Pramod 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 <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <!-- TODO Add License to Manifest -->
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <License />
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <Main-Class>${main.bootstrap.classname}</Main-Class>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </manifestEntries>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </archive>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </configuration>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </plugin>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </plugins>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </build>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <dependencies>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <groupId>org.forgerock.openam</groupId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <artifactId>openam-core</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <groupId>org.forgerock.openam</groupId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <artifactId>openam-shared</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <groupId>org.forgerock.openam</groupId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar <artifactId>openam-diagnostics-schema</artifactId>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </dependency>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar </dependencies>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar</project>
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar
c39526b769298791ff5b0b6c5e761f49aabaeb4ePramod Gunjikar