pom.xml revision 694e3d06236d83b59341f5b82991242bcb4f3f32
1d363c6830b1389bb442b3110e1b803f2a69c979slive<?xml version="1.0" encoding="UTF-8"?>
1d363c6830b1389bb442b3110e1b803f2a69c979slive<!--
1d363c6830b1389bb442b3110e1b803f2a69c979slive* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1d363c6830b1389bb442b3110e1b803f2a69c979slive*
1d363c6830b1389bb442b3110e1b803f2a69c979slive* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
1d363c6830b1389bb442b3110e1b803f2a69c979slive*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* The contents of this file are subject to the terms
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* of the Common Development and Distribution License
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* (the License). You may not use this file except in
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* compliance with the License.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* You can obtain a copy of the License at
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* http://forgerock.org/license/CDDLv1.0.html
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* See the License for the specific language governing
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* permission and limitations under the License.
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd*
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* When distributing Covered Code, include this CDDL
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* Header Notice in each file and include the License file
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd* at http://forgerock.org/license/CDDLv1.0.html
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd* If applicable, add the following below the CDDL Header,
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd* with the fields enclosed by brackets [] replaced by
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd* your own identifying information:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd* "Portions Copyrighted [year] [name of copyright owner]"
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd*
1d363c6830b1389bb442b3110e1b803f2a69c979slive-->
1d363c6830b1389bb442b3110e1b803f2a69c979slive<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">
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <modelVersion>4.0.0</modelVersion>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <!-- Parent Project -->
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <version>13.0.0-RC2</version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <!-- Component Definition -->
1d363c6830b1389bb442b3110e1b803f2a69c979slive <name>OpenAM Distribution Packaging</name>
1d363c6830b1389bb442b3110e1b803f2a69c979slive <description>OpenAM Final Module Distribution Package.</description>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam-distribution</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <packaging>pom</packaging>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
098fa178c9a9621578bb87612d0105c766292660slive <!-- Distribution Modules to produce all Ancillary Artifacts -->
098fa178c9a9621578bb87612d0105c766292660slive <modules>
098fa178c9a9621578bb87612d0105c766292660slive <module>openam-distribution-fedlet-unconfigured</module>
098fa178c9a9621578bb87612d0105c766292660slive <module>openam-distribution-ssoadmintools</module>
098fa178c9a9621578bb87612d0105c766292660slive <module>openam-distribution-ssoconfiguratortools</module>
098fa178c9a9621578bb87612d0105c766292660slive <module>openam-distribution-kit</module>
098fa178c9a9621578bb87612d0105c766292660slive <module>openam-distribution-diagnostics</module>
1d363c6830b1389bb442b3110e1b803f2a69c979slive </modules>
098fa178c9a9621578bb87612d0105c766292660slive</project>
1d363c6830b1389bb442b3110e1b803f2a69c979slive
098fa178c9a9621578bb87612d0105c766292660slive