pom.xml revision 62504a3212feabc3e4c3909d98b3ced000ca8d05
f6f4beaed9593cdf10a4c4842aa49ceb3b21219cJames Phillpotts<?xml version="1.0" encoding="UTF-8"?>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster<!--
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * The contents of this file are subject to the terms of the Common Development and
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * Distribution License (the License). You may not use this file except in compliance with the
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster *
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * specific language governing permission and limitations under the License.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster *
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * When distributing Covered Software, include this CDDL Header Notice in each file and include
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * Header, with the fields enclosed by brackets [] replaced by your own identifying
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * information: "Portions copyright [year] [name of copyright owner]".
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster *
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster * Copyright 2011-2016 ForgeRock AS.
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster-->
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster<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">
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <modelVersion>4.0.0</modelVersion>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <!-- Parent Project -->
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <parent>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <groupId>org.forgerock.openam</groupId>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <artifactId>openam</artifactId>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <version>14.0.0-SNAPSHOT</version>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </parent>
d1b57e78cf72f41c7c6a52bd7c2a6d6aa4da6ba4Craig McDonnell
f6f4beaed9593cdf10a4c4842aa49ceb3b21219cJames Phillpotts <!-- Component Definition -->
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <name>OpenAM Tools</name>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <description>OpenAM Tool Components</description>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <artifactId>openam-tools</artifactId>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <packaging>pom</packaging>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <!-- Child Modules -->
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <modules>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>build-helper-plugin</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-build-tools</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-configurator-tool</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-installtools</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-installtools-launcher</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-upgrade-tool</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-license-core</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-license-manager-cli</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-installer-utils</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster <module>openam-license-servlet</module>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster </modules>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster</project>
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster
869a36e2649ae064c98063cf1e55198488d78d12Allan Foster