pom.xml revision 76d469e3669d93cc170f9e255fd24a9eb022bda3
10139N/A<?xml version="1.0" encoding="UTF-8"?>
10139N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10139N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
12198N/A <modelVersion>4.0.0</modelVersion>
10139N/A
10139N/A <!--
10139N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
10139N/A *
10139N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
10139N/A *
10139N/A * The contents of this file are subject to the terms
10139N/A * of the Common Development and Distribution License
10139N/A * (the License). You may not use this file except in
15658N/A * compliance with the License.
12578N/A *
10139N/A * You can obtain a copy of the License at
10139N/A * http://forgerock.org/license/CDDLv1.0.html
10139N/A * See the License for the specific language governing
15689N/A * permission and limitations under the License.
11419N/A *
10139N/A * When distributing Covered Code, include this CDDL
11419N/A * Header Notice in each file and include the License file
10139N/A * at http://forgerock.org/license/CDDLv1.0.html
10142N/A * If applicable, add the following below the CDDL Header,
10142N/A * with the fields enclosed by brackets [] replaced by
10244N/A * your own identifying information:
14429N/A * "Portions Copyrighted [year] [name of copyright owner]"
14429N/A *
12773N/A -->
14444N/A
12773N/A <!-- Parent Project -->
11419N/A <parent>
10139N/A <groupId>org.forgerock</groupId>
10139N/A <artifactId>openam-distribution</artifactId>
11419N/A <version>10.1.0-SNAPSHOT</version>
11437N/A </parent>
11962N/A
11437N/A <!-- Component Definition -->
11437N/A <name>OpenAM Distribution ssoAdminTools</name>
10139N/A <description>OpenAM Distribution SSO Admin Tools Kit.
10139N/A </description>
10139N/A <artifactId>openam-distribution-ssoadmintools</artifactId>
10139N/A <version>10.1.0-SNAPSHOT</version>
10803N/A <packaging>pom</packaging>
10139N/A <organization>
10139N/A <name>ForgeRock</name>
10139N/A <url>http://www.forgerock.com</url>
10139N/A </organization>
10139N/A
13462N/A <!-- Build -->
13462N/A <build>
13462N/A <plugins>
11419N/A
10139N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-dependency-plugin</artifactId>
10139N/A <executions>
11419N/A <execution>
10139N/A <id>unpack</id>
13901N/A <phase>package</phase>
10139N/A <goals>
13901N/A <goal>unpack</goal>
13571N/A </goals>
13901N/A <configuration>
13577N/A <artifactItems>
13901N/A <artifactItem>
14048N/A <groupId>org.forgerock</groupId>
14048N/A <artifactId>openam-core</artifactId>
14151N/A <version>10.1.0-SNAPSHOT</version>
14151N/A <type>jar</type>
14151N/A <overWrite>false</overWrite>
14151N/A <outputDirectory>${project.build.directory}/unpacked</outputDirectory>
15306N/A <includes>com/sun/identity/tools/bundles/*</includes>
14455N/A </artifactItem>
15326N/A </artifactItems>
15326N/A
10139N/A </configuration>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A
10139N/A <!-- Pre-Packaging step for Zip Elements. -->
10139N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-antrun-plugin</artifactId>
10139N/A <executions>
10139N/A <execution>
10139N/A <id>zip-pre-packaging</id>
10139N/A <phase>package</phase>
10139N/A <configuration>
10139N/A <target>
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale">
10139N/A <include name="amadmtoolssetup.properties"/>
10139N/A </fileset>
10139N/A <globmapper from="*.properties" to="*_en.properties"/>
10139N/A </copy>
10139N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale">
10139N/A <include name="amadmtoolssetup.properties"/>
10139N/A </fileset>
10139N/A <globmapper from="*.properties" to="*_en_US.properties"/>
10139N/A </copy>
10139N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale">
10139N/A <include name="amadmtoolssetup.properties"/>
10139N/A </fileset>
10139N/A </copy>
10139N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/de_DE">
10139N/A <include name="amadmtoolssetup_de.properties"/>
10139N/A </fileset>
10139N/A </copy>
10139N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/es_ES">
10139N/A <include name="amadmtoolssetup_es.properties"/>
10139N/A </fileset>
10139N/A </copy>
10139N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/fr_FR">
10139N/A <include name="amadmtoolssetup_fr.properties"/>
10244N/A </fileset>
12754N/A </copy>
10139N/A
11855N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/ja_JP">
11855N/A <include name="amadmtoolssetup_ja.properties"/>
11855N/A </fileset>
11855N/A </copy>
11855N/A
10139N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
10139N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/ko_KR">
10139N/A <include name="amadmtoolssetup_ko.properties"/>
10139N/A </fileset>
10139N/A </copy>
13462N/A
13462N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
13462N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/zh_CN">
11419N/A <include name="amadmtoolssetup_zh.properties"/>
12524N/A </fileset>
10139N/A </copy>
11419N/A
13901N/A <copy todir="${project.build.directory}/unpacked/com/sun/identity/tools/bundles" filtering="false">
13901N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale/zh_TW">
13901N/A <include name="amadmtoolssetup_zh_TW.properties"/>
13901N/A </fileset>
14048N/A </copy>
14151N/A
15320N/A </target>
14455N/A </configuration>
15326N/A <goals>
12316N/A <goal>run</goal>
10142N/A </goals>
14429N/A </execution>
14429N/A </executions>
11419N/A </plugin>
10139N/A
11419N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-assembly-plugin</artifactId>
10142N/A <executions>
10139N/A <execution>
10139N/A <id>openam-amadmsetup</id>
10139N/A <phase>package</phase>
10139N/A <goals>
10139N/A <goal>single</goal>
10139N/A </goals>
10139N/A <configuration>
10139N/A <finalName>openam-distribution-amadmsetup-${project.version}</finalName>
10139N/A <appendAssemblyId>false</appendAssemblyId>
10139N/A <tarLongFileMode>gnu</tarLongFileMode>
10139N/A <descriptors>
10139N/A <descriptor>src/main/assembly/openAMToolsAssembly_Descriptor.xml</descriptor>
10139N/A </descriptors>
10139N/A </configuration>
10139N/A </execution>
15661N/A </executions>
15661N/A </plugin>
15661N/A
15661N/A </plugins>
10139N/A
10139N/A </build>
10139N/A
12773N/A
12773N/A <dependencies>
14444N/A
12773N/A <dependency>
12773N/A <groupId>org.forgerock</groupId>
10139N/A <artifactId>openam-core</artifactId>
10139N/A </dependency>
10139N/A
10139N/A </dependencies>
10139N/A</project>
10139N/A