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