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