pom.xml revision 1f48f8236de7de97be1c6b9d06bef50b379c8801
0N/A<?xml version="1.0" encoding="UTF-8"?>
553N/A<!--
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A
0N/A Copyright (c) 2012 ForgeRock Inc. All Rights Reserved
0N/A
0N/A The contents of this file are subject to the terms
0N/A of the Common Development and Distribution License
0N/A (the License). You may not use this file except in
0N/A compliance with the License.
0N/A
0N/A You can obtain a copy of the License at
0N/A http://forgerock.org/license/CDDLv1.0.html
0N/A See the License for the specific language governing
0N/A permission and limitations under the License.
0N/A
0N/A When distributing Covered Code, include this CDDL
0N/A Header Notice in each file and include the License file
553N/A at http://forgerock.org/license/CDDLv1.0.html
553N/A If applicable, add the following below the CDDL Header,
553N/A with the fields enclosed by brackets [] replaced by
0N/A your own identifying information:
0N/A "Portions Copyrighted [year] [name of copyright owner]"
0N/A-->
0N/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/xsd/maven-4.0.0.xsd">
0N/A <parent>
0N/A <groupId>org.forgerock.openam</groupId>
0N/A <artifactId>openam-tools</artifactId>
0N/A <version>10.1.0-Xpress-SNAPSHOT</version>
288N/A </parent>
0N/A <modelVersion>4.0.0</modelVersion>
0N/A <groupId>org.forgerock.maven.plugins</groupId>
0N/A <artifactId>build-helper-plugin</artifactId>
0N/A <packaging>maven-plugin</packaging>
0N/A
<name>OpenAM Build Helper Maven Plugin</name>
<description>
Provides a set of Maven goals for the OpenAM build process
</description>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-cli-definitions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
</dependency>
</dependencies>
</project>