pom.xml revision b988ac89ca49bb98c5daed68fea1d7b5b601ca31
1663N/A<?xml version="1.0" encoding="UTF-8"?>
1663N/A<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">
2868N/A <modelVersion>4.0.0</modelVersion>
2868N/A
2868N/A <!--
2868N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2868N/A *
2868N/A * Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
2868N/A *
2868N/A * The contents of this file are subject to the terms
2868N/A * of the Common Development and Distribution License
2868N/A * (the License). You may not use this file except in
2868N/A * compliance with the License.
2868N/A *
2868N/A * You can obtain a copy of the License at
2868N/A * http://forgerock.org/license/CDDLv1.0.html
2868N/A * See the License for the specific language governing
2868N/A * permission and limitations under the License.
2868N/A *
2868N/A * When distributing Covered Code, include this CDDL
2868N/A * Header Notice in each file and include the License file
2868N/A * at http://forgerock.org/license/CDDLv1.0.html
2868N/A * If applicable, add the following below the CDDL Header,
2868N/A * with the fields enclosed by brackets [] replaced by
2868N/A * your own identifying information:
3215N/A * "Portions Copyrighted [year] [name of copyright owner]"
2868N/A *
1663N/A -->
2868N/A
2868N/A <!-- Parent Project -->
2868N/A <parent>
2868N/A <groupId>org.forgerock.openam</groupId>
1663N/A <artifactId>openam</artifactId>
1663N/A <version>13.0.0-SNAPSHOT</version>
1663N/A </parent>
2868N/A
2868N/A <!-- Component Definition -->
2868N/A <name>OpenAM Schemata</name>
1663N/A <description>OpenAM Schemata Components</description>
3201N/A <artifactId>openam-schema</artifactId>
3201N/A <packaging>pom</packaging>
3201N/A
3201N/A <!-- Child Modules -->
3201N/A <modules>
3201N/A <module>openam-mib-schema</module>
3201N/A <module>openam-idsvcs-schema</module>
3201N/A <module>openam-jaxrpc-schema</module>
3201N/A <module>openam-xacml3-schema</module>
3201N/A <module>openam-saml2-schema</module>
3201N/A <module>openam-wsfederation-schema</module>
3201N/A <module>openam-liberty-schema</module>
3201N/A <module>openam-diagnostics-schema</module>
3201N/A <module>openam-dtd-schema</module>
3201N/A </modules>
3201N/A</project>
3201N/A
3201N/A