pom.xml revision c375ffd945a63cb2de20fda03e2ef0cdf96e64d9
2N/A<?xml version="1.0" encoding="UTF-8"?>
2N/A<!--
2N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2N/A*
2N/A* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
2N/A*
2N/A* The contents of this file are subject to the terms
2N/A* of the Common Development and Distribution License
2N/A* (the License). You may not use this file except in
2N/A* compliance with the License.
2N/A*
2N/A* You can obtain a copy of the License at
2N/A* http://forgerock.org/license/CDDLv1.0.html
2N/A* See the License for the specific language governing
2N/A* permission and limitations under the License.
2N/A*
2N/A* When distributing Covered Code, include this CDDL
2N/A* Header Notice in each file and include the License file
2N/A* at http://forgerock.org/license/CDDLv1.0.html
2N/A* If applicable, add the following below the CDDL Header,
2N/A* with the fields enclosed by brackets [] replaced by
2N/A* your own identifying information:
2N/A* "Portions Copyrighted [year] [name of copyright owner]"
2N/A*
2N/A-->
2N/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">
2N/A <modelVersion>4.0.0</modelVersion>
2N/A
2N/A <!-- Parent Project -->
2N/A <parent>
2N/A <groupId>org.forgerock.openam</groupId>
2N/A <artifactId>openam</artifactId>
2N/A <version>12.0.0-SNAPSHOT</version>
2N/A </parent>
2N/A
2N/A <!-- Component Definition -->
2N/A <name>OpenAM Tools</name>
2N/A <description>OpenAM Tool Components</description>
2N/A <artifactId>openam-tools</artifactId>
2N/A <packaging>pom</packaging>
2N/A
2N/A <!-- Child Modules -->
2N/A <modules>
2N/A <module>build-helper-plugin</module>
2N/A <module>openam-build-tools</module>
2N/A <module>openam-configurator-tool</module>
2N/A <module>openam-installtools</module>
2N/A <module>openam-installtools-launcher</module>
2N/A <module>openam-diagnostics</module>
2N/A <module>openam-upgrade-tool</module>
2N/A <module>openam-license-core</module>
2N/A <module>openam-license-manager-cli</module>
2N/A <module>openam-installer-utils</module>
2N/A <module>openam-license-servlet</module>
2N/A </modules>
2N/A</project>
2N/A
2N/A