pom.xml revision 2d8eba3efb0ced5c2ab004e5b3e949094747aeb3
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer<?xml version="1.0" encoding="UTF-8"?>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer<!--
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * The contents of this file are subject to the terms of the Common Development and
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer * Distribution License (the License). You may not use this file except in compliance with the
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer * License.
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer *
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
15a44745412679c30a6d022733925af70a38b715David Lawrence * specific language governing permission and limitations under the License.
15a44745412679c30a6d022733925af70a38b715David Lawrence *
15a44745412679c30a6d022733925af70a38b715David Lawrence * When distributing Covered Software, include this CDDL Header Notice in each file and include
15a44745412679c30a6d022733925af70a38b715David Lawrence * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
15a44745412679c30a6d022733925af70a38b715David Lawrence * Header, with the fields enclosed by brackets [] replaced by your own identifying
15a44745412679c30a6d022733925af70a38b715David Lawrence * information: "Portions copyright [year] [name of copyright owner]".
15a44745412679c30a6d022733925af70a38b715David Lawrence *
15a44745412679c30a6d022733925af70a38b715David Lawrence * Copyright 2011-2016 ForgeRock AS.
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer-->
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer<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">
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer <modelVersion>4.0.0</modelVersion>
47058d17266420179fa294de6b82d8fb5b918df4Michael Sawyer
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <!-- Parent Project -->
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <parent>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <groupId>org.forgerock.openam</groupId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <artifactId>openam</artifactId>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <version>14.0.0-SNAPSHOT</version>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer </parent>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <!-- Component Definition -->
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <name>OpenAM Federation</name>
b266f8fc42702debc6bd89365273223fa89cd8ddBrian Wellington <description>OpenAM Federation</description>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <artifactId>openam-federation</artifactId>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer <packaging>pom</packaging>
c9defbf4b968e8a61f391246431ac63d0d6a39abMichael Sawyer
1893b56ef9f5f2bc2a0fbe80d3c6b69df1bdc7c2Michael Sawyer <!-- Child Modules -->
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer <modules>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <!-- OpenAM Federation Modules -->
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <module>openam-federation-library</module>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <module>openam-fedlet-unconfigured-war</module>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <module>openam-idpdiscovery</module>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <module>openam-idpdiscovery-war</module>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer <module>OpenFM</module>
aa6054ec74819f754bcf19442ca9b39d948171adMichael Sawyer </modules>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer</project>
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer
cefd68008fbba3488a077052ae62aa12b6de502bMichael Sawyer