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