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