pom.xml revision 685810e390056c123842842f5104daa3179cf2c9
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna<?xml version="1.0" encoding="UTF-8"?>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna<!--
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna *
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * Copyright (c) 2014 ForgeRock AS. All Rights Reserved
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna *
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * The contents of this file are subject to the terms
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * of the Common Development and Distribution License
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * (the License). You may not use this file except in
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * compliance with the License.
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna *
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * You can obtain a copy of the License at
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * http://forgerock.org/license/CDDLv1.0.html
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * See the License for the specific language governing
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * permission and limitations under the License.
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna *
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * When distributing Covered Code, include this CDDL
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * Header Notice in each file and include the License file
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * at http://forgerock.org/license/CDDLv1.0.html
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * If applicable, add the following below the CDDL Header,
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * with the fields enclosed by brackets [] replaced by
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * your own identifying information:
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna * "Portions Copyrighted [year] [name of copyright owner]"
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna *
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna -->
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno Lavit<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">
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <modelVersion>4.0.0</modelVersion>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <!-- Parent Project -->
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <parent>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.forgerock.openam</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>openam-tools</artifactId>
5ec701c9f8ccc403ee6fd3e41239df7dcd9faddeBruno Lavit <version>13.0.0-SNAPSHOT</version>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </parent>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <!-- Component Definition -->
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <name>OpenAM CLI License Manager</name>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <description>OpenAM Command Line Interface License Manger</description>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>openam-license-manager-cli</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <packaging>jar</packaging>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <build>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <plugins>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <plugin>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <groupId>org.apache.maven.plugins</groupId>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <artifactId>maven-dependency-plugin</artifactId>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <executions>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <execution>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <id>Copy license</id>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <phase>validate</phase>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <goals>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <goal>copy</goal>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </goals>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <configuration>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <artifactItems>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <artifactItem>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <groupId>${forgerock.license.groupId}</groupId>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <artifactId>${forgerock.license.artifactId}</artifactId>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <version>${forgerock.license.version}</version>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <type>txt</type>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <overWrite>true</overWrite>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <outputDirectory>${project.build.outputDirectory}</outputDirectory>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna <destFileName>license.txt</destFileName>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </artifactItem>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </artifactItems>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </configuration>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </execution>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </executions>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </plugin>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </plugins>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna </build>
2d759a09c8adc0c6baba5bcec085f3f9310239f2David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependencies>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.slf4j</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>slf4j-api</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.slf4j</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>slf4j-nop</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.forgerock.openam</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>openam-license-core</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.testng</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>testng</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <scope>test</scope>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <groupId>org.mockito</groupId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <artifactId>mockito-all</artifactId>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna <scope>test</scope>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependency>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna </dependencies>
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna
c375ffd945a63cb2de20fda03e2ef0cdf96e64d9David Luna</project>