pom.xml revision 4b8b489912a1b73758a1f72ef09b9ac7831731e6
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit<?xml version="1.0" encoding="UTF-8"?>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit<!--
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit*
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts* Copyright (c) 2011-2013 ForgeRock AS. All Rights Reserved
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit*
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* The contents of this file are subject to the terms
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* of the Common Development and Distribution License
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington* (the License). You may not use this file except in
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington* compliance with the License.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington*
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* You can obtain a copy of the License at
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts* http://forgerock.org/license/CDDLv1.0.html
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts* See the License for the specific language governing
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* permission and limitations under the License.
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington*
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington* When distributing Covered Code, include this CDDL
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* Header Notice in each file and include the License file
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington* at http://forgerock.org/license/CDDLv1.0.html
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* If applicable, add the following below the CDDL Header,
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* with the fields enclosed by brackets [] replaced by
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* your own identifying information:
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit* "Portions Copyrighted [year] [name of copyright owner]"
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit*
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit-->
80802511792d4e59a4ac67ad19677009d332b37dBruno 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">
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <modelVersion>4.0.0</modelVersion>
b34025e1e963e60c0f81c01af0f25f1984b9ca54James Phillpotts
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <!-- Parent Project -->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <parent>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.forgerock.openam</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-distribution</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <version>13.0.0-SNAPSHOT</version>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </parent>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <!-- Component Definition -->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <name>OpenAM Distribution ssoConfiguratorTools</name>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <description>OpenAM Distribution SSO Configurator Tools Kit.</description>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>openam-distribution-ssoconfiguratortools</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <packaging>pom</packaging>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <!-- Build -->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <build>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <finalName>SSOConfiguratorTools-${project.version}</finalName>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <plugins>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <!-- Get the relevant license from Artifactory -->
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <plugin>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <groupId>org.apache.maven.plugins</groupId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <artifactId>maven-dependency-plugin</artifactId>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <executions>
685810e390056c123842842f5104daa3179cf2c9Phill Cunnington <execution>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <id>Copy license</id>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <phase>prepare-package</phase>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <goals>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit <goal>copy</goal>
80802511792d4e59a4ac67ad19677009d332b37dBruno Lavit </goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>${forgerock.license.groupId}</groupId>
<artifactId>${forgerock.license.artifactId}</artifactId>
<version>${forgerock.license.version}</version>
<type>txt</type>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/legal-notices</outputDirectory>
<destFileName>license.txt</destFileName>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>openam-ssoconfiguratortools</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>gnu</tarLongFileMode>
<descriptors>
<descriptor>src/main/assembly/openAMToolsAssembly_Descriptor.xml</descriptor>
</descriptors>
<escapeString>\</escapeString>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-configurator-tool</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-upgrade-tool</artifactId>
</dependency>
</dependencies>
</project>