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