pom.xml revision 024fd4c1fab17ad66496e7e72e1c31d8d8ecc6ef
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher<?xml version="1.0" encoding="UTF-8"?>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher<!--
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher *
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher *
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * The contents of this file are subject to the terms
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * of the Common Development and Distribution License
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * (the License). You may not use this file except in
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * compliance with the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher *
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * You can obtain a copy of the License at
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * http://forgerock.org/license/CDDLv1.0.html
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * See the License for the specific language governing
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * permission and limitations under the License.
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher *
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * When distributing Covered Code, include this CDDL
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * Header Notice in each file and include the License file
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * at http://forgerock.org/license/CDDLv1.0.html
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * If applicable, add the following below the CDDL Header,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * with the fields enclosed by brackets [] replaced by
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * your own identifying information:
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher * "Portions Copyrighted [year] [name of copyright owner]"
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher *
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher -->
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher<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">
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <modelVersion>4.0.0</modelVersion>
5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9Lukas Slebodnik
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <!-- Parent Project -->
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <parent>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <groupId>org.forgerock.openam</groupId>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <artifactId>openam-schema</artifactId>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <version>12.0.0-SNAPSHOT</version>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </parent>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <!-- Component Definition -->
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <name>OpenAM Liberty Schema</name>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <description>OpenAM Liberty Schema Components</description>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <artifactId>openam-liberty-schema</artifactId>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <packaging>jar</packaging>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov <!-- Build -->
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov <build>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <plugins>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher<!--
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <plugin>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <groupId>org.codehaus.mojo</groupId>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <artifactId>jaxb2-maven-plugin</artifactId>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <executions>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <execution>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <id>xjc-liberty</id>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <goals>
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov <goal>xjc</goal>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </goals>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </execution>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria </executions>
1b171c456ff901ab622e44bcfd213f7de86fd787Ariel Barria <configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <extension>true</extension>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <nv>true</nv>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <schemaFiles>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher lib-id-sis-pp.xsd,
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov lib-arch-metadata.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher idff-entity-config-schema.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher lib-arch-disco-svc.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher lib-arch-interact-svc.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher lib-arch-paos.xsd,
7e394400eefd0e7c5ba0c64ab3fa28bee21ef2d7Sumit Bose lib-arch-soap-binding.xsd,
7e394400eefd0e7c5ba0c64ab3fa28bee21ef2d7Sumit Bose lib-arch-security-fmwk.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher secext.xsd,
7e394400eefd0e7c5ba0c64ab3fa28bee21ef2d7Sumit Bose discoentry.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher ppextension.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher lib-idwsf-authn-svc.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher liberty-idwsf-disco-svc-v1.1.xsd,
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher liberty-idwsf-soap-binding-v1.1.xsd
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </schemaFiles>
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov </configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </plugin>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher-->
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <plugin>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <groupId>org.apache.maven.plugins</groupId>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <artifactId>maven-jar-plugin</artifactId>
83bf46f4066e3d5e838a32357c201de9bd6ecdfdNikolai Kondrashov <configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <archive>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <index>true</index>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <manifest>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <addClasspath>true</addClasspath>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <classpathPrefix>lib/</classpathPrefix>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek </manifest>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <manifestEntries>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <Specification-Title>OpenAM Liberty Schema</Specification-Title>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <Specification-Vendor>ForgeRock</Specification-Vendor>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher <Implementation-Title>OpenAM Liberty Schema</Implementation-Title>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Implementation-Vendor>ForgeRock</Implementation-Vendor>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Built-By>${user.name}</Built-By>
b34ffbf33729c557c3d1aebf4707ad0ffe4f1904Petr Čech <Build-Jdk>${java.version}</Build-Jdk>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Build-Time>${maven.build.timestamp}</Build-Time>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Version>${project.version}</Version>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <Create-On>${maven.build.timestamp}</Create-On>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <!-- TODO Add License to Manifest -->
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl <License />
aa8a8318aaa3270e9d9957d0c22dec6342360a37Pavel Reichl </manifestEntries>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek </archive>
77b13371c87702aee3f858f6b2b73826cf5a01bdJakub Hrozek </configuration>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </plugin>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </plugins>
3441d0c2d11aea0c39b009751a1898333c009674Stephen Gallagher </build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-shared</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb1-impl</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-libs</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.msv.datatype.xsd</groupId>
<artifactId>xsdlib</artifactId>
</dependency>
</dependencies>
</project>