pom.xml revision b8be34d817e47964a3afbc8c105d689a24ec7097
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version="1.0" encoding="UTF-8"?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* The contents of this file are subject to the terms
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* of the Common Development and Distribution License
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* (the License). You may not use this file except in
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* compliance with the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* You can obtain a copy of the License at
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* See the License for the specific language governing
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* permission and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* When distributing Covered Code, include this CDDL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Header Notice in each file and include the License file
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* at http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* If applicable, add the following below the CDDL Header,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* with the fields enclosed by brackets [] replaced by
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* your own identifying information:
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* "Portions Copyrighted [year] [name of copyright owner]"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync-->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<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">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modelVersion>4.0.0</modelVersion>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Parent Project -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-distribution</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <version>14.0.0-SNAPSHOT</version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Component Definition -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <name>OpenAM Distribution Diagnostics</name>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <description>OpenAM Distribution Diagnostics</description>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-distribution-diagnostics</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <packaging>pom</packaging>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Build -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <build>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <finalName>SSODiagnosticTools-${project.version}</finalName>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <plugins>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <plugin>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.apache.maven.plugins</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>maven-assembly-plugin</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <executions>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <execution>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <id>openam-ssodiagnostictools</id>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <phase>package</phase>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <goals>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <goal>single</goal>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </goals>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <configuration>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <appendAssemblyId>false</appendAssemblyId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <tarLongFileMode>gnu</tarLongFileMode>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <descriptors>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <descriptor>src/main/assembly/openAMDiagnosticAssembly_Descriptor.xml</descriptor>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </descriptors>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </configuration>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </execution>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </executions>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </plugin>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </plugins>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </build>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-core</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-diagnostics-schema</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-diagnostics-base</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-diagnostics-plugins</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-shared</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>javax.xml.bind</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>jaxb-api</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>com.sun.xml.bind</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>jaxb1-impl</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>com.sun.msv.datatype.xsd</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>xsdlib</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>external</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>webservices-rt</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.opendj</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>opendj-server</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependency>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </dependencies>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync</project>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync