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