pom.xml revision 96144cd4a60ce8175d14773710bb2bf5b2457a11
10139N/A<?xml version="1.0" encoding="UTF-8"?>
10139N/A<!--
10139N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
12198N/A*
10139N/A* Copyright (c) 2011-2014 ForgeRock AS. All Rights Reserved
10139N/A*
10139N/A* The contents of this file are subject to the terms
17596N/A* of the Common Development and Distribution License
10139N/A* (the License). You may not use this file except in
17180N/A* compliance with the License.
17180N/A*
17180N/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
10139N/A* permission and limitations under the License.
10139N/A*
18434N/A* When distributing Covered Code, include this CDDL
12578N/A* Header Notice in each file and include the License file
10139N/A* at http://forgerock.org/license/CDDLv1.0.html
10139N/A* If applicable, add the following below the CDDL Header,
10139N/A* with the fields enclosed by brackets [] replaced by
18238N/A* your own identifying information:
11419N/A* "Portions Copyrighted [year] [name of copyright owner]"
10139N/A*
11419N/A-->
10139N/A<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">
10142N/A <modelVersion>4.0.0</modelVersion>
10142N/A
10244N/A <!-- Parent Project -->
14429N/A <parent>
14429N/A <groupId>org.forgerock.openam</groupId>
12773N/A <artifactId>openam-distribution</artifactId>
14444N/A <version>12.0.0-SNAPSHOT</version>
12773N/A </parent>
11419N/A
10139N/A <!-- Component Definition -->
10139N/A <name>OpenAM Distribution ssoAdminTools</name>
11419N/A <description>OpenAM Distribution SSO Admin Tools Kit.
11437N/A </description>
11962N/A <artifactId>openam-distribution-ssoadmintools</artifactId>
11437N/A <packaging>pom</packaging>
11437N/A
10139N/A <!-- Build -->
10139N/A <build>
10139N/A <finalName>SSOAdminTools-${project.version}</finalName>
10139N/A <plugins>
10803N/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>
13462N/A <id>zip-pre-packaging</id>
16479N/A <phase>compile</phase>
13462N/A <configuration>
13462N/A <target>
11419N/A
10139N/A <property name="build.class.path" refid="maven.compile.classpath" />
10139N/A <property name="project.basedir" value="./" />
10139N/A
10139N/A <property name="target.resources.dir" value="${project.build.directory}/resources" />
11419N/A
10139N/A <property name="resources.i18n.dir"
13901N/A value="${project.basedir}/openam-locale/src/main/resources/locale" />
10139N/A
13901N/A <tstamp>
16463N/A <format property="war.time.stamp" pattern="yyyy-MMMM-dd HH:mm" locale="en,UK" />
16463N/A </tstamp>
16463N/A <property name="version.set" value="${project.version}" />
16463N/A
16463N/A <filter token="DATESTAMP" value="${war.time.stamp}" />
13901N/A <filter token="VERSION" value="${version.set}" />
14048N/A
15733N/A <!-- Set our Version Information for the Package -->
14151N/A <copy todir="${project.build.directory}/resources" overwrite="true" filtering="true" flatten="yes">
15733N/A <fileset dir="${project.basedir}/openam-server-only/src/main/resources/config">
14151N/A <include name="serviceDefaultValues.properties" />
15733N/A </fileset>
17888N/A </copy>
18144N/A </target>
10139N/A </configuration>
10139N/A <goals>
10139N/A <goal>run</goal>
10139N/A </goals>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A
10139N/A <plugin>
10139N/A <groupId>org.apache.maven.plugins</groupId>
10139N/A <artifactId>maven-assembly-plugin</artifactId>
10139N/A <executions>
10139N/A <execution>
10139N/A <id>admintools-assembly</id>
10139N/A <phase>package</phase>
10139N/A <goals>
10139N/A <goal>single</goal>
10139N/A </goals>
10139N/A <configuration>
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 <escapeString>\</escapeString>
10139N/A </configuration>
10139N/A </execution>
10139N/A </executions>
10139N/A </plugin>
10139N/A </plugins>
10139N/A </build>
10139N/A
10139N/A <dependencies>
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-entitlements</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-installtools</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-core</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10244N/A <artifactId>openam-cli-definitions</artifactId>
12754N/A </dependency>
10139N/A
11855N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
11855N/A <artifactId>openam-cli-impl</artifactId>
11855N/A </dependency>
11855N/A
11855N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-federation-library</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
13462N/A <groupId>org.forgerock.openam</groupId>
13462N/A <artifactId>OpenFM</artifactId>
13462N/A </dependency>
11419N/A
12524N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
11419N/A <artifactId>openam-oauth</artifactId>
13901N/A </dependency>
13901N/A
13901N/A <dependency>
13901N/A <groupId>org.forgerock.openam</groupId>
14048N/A <artifactId>openam-dtd-schema</artifactId>
14151N/A </dependency>
17475N/A
12316N/A <dependency>
10142N/A <groupId>org.forgerock.openam</groupId>
14429N/A <artifactId>openam-jaxrpc-schema</artifactId>
14429N/A </dependency>
11419N/A
10139N/A <dependency>
11419N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-saml2-schema</artifactId>
10139N/A </dependency>
10142N/A
10139N/A <dependency>
10139N/A <groupId>javax.servlet</groupId>
10139N/A <artifactId>servlet-api</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
10139N/A <groupId>org.forgerock.openam</groupId>
10139N/A <artifactId>openam-license-manager-cli</artifactId>
10139N/A </dependency>
10139N/A
10139N/A <dependency>
10139N/A <groupId>org.slf4j</groupId>
10139N/A <artifactId>slf4j-nop</artifactId>
10139N/A <scope>runtime</scope>
10139N/A </dependency>
15661N/A
15661N/A </dependencies>
15661N/A</project>
15661N/A
17888N/A