pom.xml revision 8c559593c03ffc11ac5b64c4caf2cefef0c60c63
97a9a944b5887e91042b019776c41d5dd74557aferikabele<?xml version="1.0" encoding="UTF-8"?>
97a9a944b5887e91042b019776c41d5dd74557aferikabele<!--
97a9a944b5887e91042b019776c41d5dd74557aferikabele * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive *
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive *
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * The contents of this file are subject to the terms
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * of the Common Development and Distribution License
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * (the License). You may not use this file except in
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * compliance with the License.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd *
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * You can obtain a copy of the License at
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * http://forgerock.org/license/CDDLv1.0.html
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * See the License for the specific language governing
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * permission and limitations under the License.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz *
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * When distributing Covered Code, include this CDDL
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * Header Notice in each file and include the License file
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * at http://forgerock.org/license/CDDLv1.0.html
4b5981e276e93df97c34e4da05ca5cf8bbd937dand * If applicable, add the following below the CDDL Header,
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * with the fields enclosed by brackets [] replaced by
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd * your own identifying information:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd * "Portions Copyrighted [year] [name of copyright owner]"
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd *
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd -->
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd<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">
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd <modelVersion>4.0.0</modelVersion>
0abdaeda8c30d0fd3c1c8766373992560e17a540rbowen
0abdaeda8c30d0fd3c1c8766373992560e17a540rbowen <!-- Parent Project -->
0abdaeda8c30d0fd3c1c8766373992560e17a540rbowen <parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam-schema</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <version>12.0.1</version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <!-- Component Definition -->
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <name>OpenAM WS Federation Schema</name>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <description>OpenAM Schemata Components</description>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>openam-wsfederation-schema</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <packaging>jar</packaging>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <!-- Build -->
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <build>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugins>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive<!--
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.codehaus.mojo</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb2-maven-plugin</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <id>xjc-wsfederation</id>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goal>xjc</goal>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <extension>true</extension>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </configuration>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive-->
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.apache.maven.plugins</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>maven-jar-plugin</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <configuration>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <archive>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <index>true</index>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <manifest>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <addClasspath>true</addClasspath>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <classpathPrefix>lib/</classpathPrefix>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </manifest>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <manifestEntries>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Specification-Title>OpenAM WS-Fed Schema</Specification-Title>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Specification-Vendor>ForgeRock</Specification-Vendor>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Implementation-Title>OpenAM WS-Fed Schema</Implementation-Title>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Implementation-Vendor>ForgeRock</Implementation-Vendor>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Built-By>${user.name}</Built-By>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Build-Jdk>${java.version}</Build-Jdk>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Build-Time>${maven.build.timestamp}</Build-Time>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Version>${project.version}</Version>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <Create-On>${maven.build.timestamp}</Create-On>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess <License />
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess </manifestEntries>
635e08c1d8332adc365b1c20bbe3577d59ebcd78kess </archive>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </configuration>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </plugin>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </plugins>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </build>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependencies>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam-shared</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>javax.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb-api</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>com.sun.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb1-impl</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>com.sun.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb-libs</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>com.sun.xml.bind</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>jaxb-xjc</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependencies>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive</project>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
b9b166bce28378f88ecba40c17f788f510b8357and