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