b87033953be26b0dc7dead8febd499b666a54126Peter Major<?xml version="1.0" encoding="UTF-8"?>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major<!--
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major*
bf48db3deadd0c664202d879926139b7df9d94f1Peter Major* Copyright 2012-2015 ForgeRock AS.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major*
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* The contents of this file are subject to the terms
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* of the Common Development and Distribution License
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* (the License). You may not use this file except in
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* compliance with the License.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major*
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* You can obtain a copy of the License at
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* http://forgerock.org/license/CDDLv1.0.html
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* See the License for the specific language governing
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* permission and limitations under the License.
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major*
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* When distributing Covered Code, include this CDDL
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* Header Notice in each file and include the License file
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* at http://forgerock.org/license/CDDLv1.0.html
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* If applicable, add the following below the CDDL Header,
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* with the fields enclosed by brackets [] replaced by
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* your own identifying information:
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major* "Portions Copyrighted [year] [name of copyright owner]"
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major*
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major-->
b87033953be26b0dc7dead8febd499b666a54126Peter Major<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">
b87033953be26b0dc7dead8febd499b666a54126Peter Major <modelVersion>4.0.0</modelVersion>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <!-- Parent Project -->
b87033953be26b0dc7dead8febd499b666a54126Peter Major <parent>
a622f6b14edb724c3cdbc8b5836a109d4ac80086Peter Major <groupId>org.forgerock.openam</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>openam-schema</artifactId>
5d4589530d1353fdd627ab216a1cdcbcaf6b705ejenkins <version>13.0.0</version>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </parent>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <!-- Component Definition -->
b87033953be26b0dc7dead8febd499b666a54126Peter Major <name>OpenAM Diagnostics Schema</name>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <description>OpenAM Schemata Components</description>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>openam-diagnostics-schema</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <packaging>jar</packaging>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <!-- Build -->
b87033953be26b0dc7dead8febd499b666a54126Peter Major <build>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <plugins>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <!--<plugin>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <groupId>org.codehaus.mojo</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>jaxb2-maven-plugin</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <executions>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <execution>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <id>xjc-saml2</id>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <goals>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <goal>xjc</goal>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </goals>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </execution>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </executions>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <configuration>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <bindingFiles>
b87033953be26b0dc7dead8febd499b666a54126Peter Major binding.xjb
b87033953be26b0dc7dead8febd499b666a54126Peter Major </bindingFiles>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <extension>true</extension>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <schemaFiles>
b87033953be26b0dc7dead8febd499b666a54126Peter Major service.xsd
b87033953be26b0dc7dead8febd499b666a54126Peter Major </schemaFiles>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </configuration>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </plugin>-->
b87033953be26b0dc7dead8febd499b666a54126Peter Major <plugin>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <groupId>org.apache.maven.plugins</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>maven-jar-plugin</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <configuration>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <archive>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <index>true</index>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <manifest>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <addClasspath>true</addClasspath>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <classpathPrefix>lib/</classpathPrefix>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </manifest>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <manifestEntries>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <Specification-Title>OpenAM Diagnostics Schema</Specification-Title>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Specification-Vendor>ForgeRock</Specification-Vendor>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <Implementation-Title>OpenAM Diagnostics Schema</Implementation-Title>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Implementation-Vendor>ForgeRock</Implementation-Vendor>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Built-By>${user.name}</Built-By>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Build-Jdk>${java.version}</Build-Jdk>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Build-Time>${maven.build.timestamp}</Build-Time>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Version>${project.version}</Version>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <Create-On>${maven.build.timestamp}</Create-On>
bf48db3deadd0c664202d879926139b7df9d94f1Peter Major <Revision>${git.short.sha1}</Revision>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <!-- TODO Add License to Manifest -->
1f48f8236de7de97be1c6b9d06bef50b379c8801jenkins <License />
b87033953be26b0dc7dead8febd499b666a54126Peter Major </manifestEntries>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </archive>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </configuration>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </plugin>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </plugins>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </build>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <dependencies>
23e304384f98fca4ab2e6f9f07a53465c1bfc645Peter Major <dependency>
23e304384f98fca4ab2e6f9f07a53465c1bfc645Peter Major <groupId>org.forgerock.openam</groupId>
23e304384f98fca4ab2e6f9f07a53465c1bfc645Peter Major <artifactId>openam-shared</artifactId>
23e304384f98fca4ab2e6f9f07a53465c1bfc645Peter Major </dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <groupId>javax.xml.bind</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>jaxb-api</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <groupId>com.sun.xml.bind</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>jaxb-impl</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major
b87033953be26b0dc7dead8febd499b666a54126Peter Major <dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <groupId>com.sun.xml.bind</groupId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major <artifactId>jaxb-libs</artifactId>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </dependency>
b87033953be26b0dc7dead8febd499b666a54126Peter Major </dependencies>
b87033953be26b0dc7dead8febd499b666a54126Peter Major</project>