pom.xml revision 5c38c864c4edcb6b6cb1d858ecb1bd98e6fcf722
97a9a944b5887e91042b019776c41d5dd74557aferikabele<?xml version="1.0" encoding="UTF-8"?>
97a9a944b5887e91042b019776c41d5dd74557aferikabele<!--
97a9a944b5887e91042b019776c41d5dd74557aferikabele DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive Copyright 2012-2014 ForgeRock AS.
a945f35eff8b6a88009ce73de6d4c862ce58de3cslive
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.
52fff662005b1866a3ff09bb6c902800c5cc6dedjerenkrantz
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
4b5981e276e93df97c34e4da05ca5cf8bbd937dand If applicable, add the following below the CDDL Header,
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd with the fields enclosed by brackets [] replaced by
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd your own identifying information:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd "Portions Copyrighted [year] [name of copyright owner]"
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd-->
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd<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">
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <modelVersion>4.0.0</modelVersion>
3a6531f1fd50efd78381e5800802a1449096781eslive <parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>openam-tools</artifactId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <version>13.0.0-SNAPSHOT</version>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </parent>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.maven.plugins</groupId>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <artifactId>build-helper-plugin</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <packaging>maven-plugin</packaging>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <name>OpenAM Build Helper Maven Plugin</name>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <description>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive Provides a set of Maven goals for the OpenAM build process
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </description>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <build>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <plugins>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <plugin>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <groupId>org.apache.maven.plugins</groupId>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <artifactId>maven-plugin-plugin</artifactId>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <configuration>
117c1f888a14e73cdd821dc6c23eb0411144a41cnd <goalPrefix>configurator</goalPrefix>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </configuration>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <executions>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <execution>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <id>default-descriptor</id>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <goals>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <goal>descriptor</goal>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd </goals>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <phase>process-classes</phase>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd </execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <id>help-descriptor</id>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <goal>helpmojo</goal>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </goals>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <phase>process-classes</phase>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </execution>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </executions>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugin>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </plugins>
97a9a944b5887e91042b019776c41d5dd74557aferikabele </build>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
97a9a944b5887e91042b019776c41d5dd74557aferikabele <dependencies>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.apache.maven.plugin-tools</groupId>
97a9a944b5887e91042b019776c41d5dd74557aferikabele <artifactId>maven-plugin-annotations</artifactId>
97a9a944b5887e91042b019776c41d5dd74557aferikabele </dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <dependency>
0c4abc32c00611fe1d52c9661f5cc79a3f74c6d4nd <groupId>org.forgerock.openam</groupId>
53bae66d3dc14a667e14a451f7bc65a893dd450fnd <artifactId>openam-cli-definitions</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.apache.maven</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>maven-plugin-api</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.apache.maven</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>maven-project</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>commons-lang</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>commons-lang</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.testng</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>testng</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.mockito</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>mockito-all</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <groupId>org.assertj</groupId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive <artifactId>assertj-core</artifactId>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependency>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive </dependencies>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive</project>
06ba4a61654b3763ad65f52283832ebf058fdf1cslive