pom.xml revision 1f48f8236de7de97be1c6b9d06bef50b379c8801
5394N/A<?xml version="1.0" encoding="UTF-8"?>
5394N/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">
5394N/A <modelVersion>4.0.0</modelVersion>
5394N/A
5394N/A <!--
5394N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5394N/A *
5394N/A * Copyright (c) 2011-2012 ForgeRock Inc. All Rights Reserved
5394N/A *
5394N/A * The contents of this file are subject to the terms
5394N/A * of the Common Development and Distribution License
5394N/A * (the License). You may not use this file except in
5394N/A * compliance with the License.
5394N/A *
5394N/A * You can obtain a copy of the License at
5394N/A * http://forgerock.org/license/CDDLv1.0.html
5394N/A * See the License for the specific language governing
5394N/A * permission and limitations under the License.
5394N/A *
5394N/A * When distributing Covered Code, include this CDDL
5394N/A * Header Notice in each file and include the License file
5394N/A * at http://forgerock.org/license/CDDLv1.0.html
5394N/A * If applicable, add the following below the CDDL Header,
5394N/A * with the fields enclosed by brackets [] replaced by
5394N/A * your own identifying information:
5394N/A * "Portions Copyrighted [year] [name of copyright owner]"
5394N/A *
5394N/A -->
5394N/A
5394N/A <!-- Parent Project -->
5394N/A <parent>
5394N/A <groupId>org.forgerock.openam</groupId>
5394N/A <artifactId>openam</artifactId>
5394N/A <version>10.1.0-Xpress-SNAPSHOT</version>
5394N/A </parent>
5394N/A
5394N/A <!-- Component Definition -->
5394N/A <name>OpenAM CLI Base</name>
5394N/A <description>OpenAM Command Line Interface</description>
5394N/A <artifactId>openam-cli</artifactId>
5394N/A <packaging>pom</packaging>
5394N/A
5394N/A <modules>
5394N/A <module>openam-cli-definitions</module>
5394N/A <module>openam-cli-impl</module>
5394N/A </modules>
5394N/A</project>
5394N/A
5394N/A