pom.xml revision bf48db3deadd0c664202d879926139b7df9d94f1
2788N/A<?xml version="1.0" encoding="UTF-8"?>
2788N/A<!--
2788N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2788N/A*
2788N/A* Copyright (c) 2011-2015 ForgeRock AS. All Rights Reserved
2788N/A*
2788N/A* The contents of this file are subject to the terms
2788N/A* of the Common Development and Distribution License
2788N/A* (the License). You may not use this file except in
2788N/A* compliance with the License.
2788N/A*
2788N/A* You can obtain a copy of the License at
2788N/A* http://forgerock.org/license/CDDLv1.0.html
2788N/A* See the License for the specific language governing
2788N/A* permission and limitations under the License.
2788N/A*
2788N/A* When distributing Covered Code, include this CDDL
2788N/A* Header Notice in each file and include the License file
2788N/A* at http://forgerock.org/license/CDDLv1.0.html
2788N/A* If applicable, add the following below the CDDL Header,
2788N/A* with the fields enclosed by brackets [] replaced by
2788N/A* your own identifying information:
2788N/A* "Portions Copyrighted [year] [name of copyright owner]"
2788N/A*
2788N/A-->
5061N/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">
2788N/A <modelVersion>4.0.0</modelVersion>
2788N/A
2788N/A <!-- Parent Project -->
3853N/A <parent>
3853N/A <groupId>org.forgerock.openam</groupId>
3853N/A <artifactId>openam-distribution</artifactId>
3853N/A <version>13.0.0-SNAPSHOT</version>
3853N/A </parent>
3853N/A
3853N/A <!-- Component Definition -->
3853N/A <name>OpenAM Distribution ssoAdminTools</name>
3853N/A <description>OpenAM Distribution SSO Admin Tools Kit.
3853N/A </description>
3853N/A <artifactId>openam-distribution-ssoadmintools</artifactId>
3853N/A <packaging>pom</packaging>
3853N/A <properties>
3853N/A <setupArtifactIDs>opendj-server,forgerock-util,json,xalan,xercesImpl,xml-apis,xmlsec,openam-core,openam-entitlements,openam-shared,openam-dtd-schema,openam-rest,openam-license-manager-cli,openam-license-core,openam-audit-context,forgerock-guice-core,guice,guice-assistedinject,commons-lang,commons-collections,javax.inject,slf4j-api,slf4j-nop,opendj-ldap-sdk,i18n-core,openam-ldap-utils,grizzly-framework</setupArtifactIDs>
3853N/A </properties>
3853N/A
3853N/A
3853N/A <!-- Build -->
3853N/A <build>
3853N/A <finalName>SSOAdminTools-${project.version}</finalName>
3853N/A <plugins>
3853N/A <!-- Get the relevant license from Artifactory -->
3853N/A <plugin>
3853N/A <groupId>org.apache.maven.plugins</groupId>
2788N/A <artifactId>maven-dependency-plugin</artifactId>
4618N/A <version>2.10</version>
2788N/A <executions>
2788N/A <execution>
4865N/A <id>Copy license</id>
2788N/A <phase>prepare-package</phase>
3853N/A <goals>
3853N/A <goal>copy</goal>
3853N/A </goals>
2788N/A <configuration>
2788N/A <artifactItems>
2788N/A <artifactItem>
2788N/A <groupId>${forgerock.license.groupId}</groupId>
2788N/A <artifactId>${forgerock.license.artifactId}</artifactId>
3853N/A <version>${forgerock.license.version}</version>
3853N/A <type>txt</type>
4153N/A <overWrite>true</overWrite>
2788N/A <outputDirectory>${project.build.directory}/legal-notices</outputDirectory>
2788N/A <destFileName>license.txt</destFileName>
2788N/A </artifactItem>
2788N/A </artifactItems>
2788N/A </configuration>
2788N/A </execution>
2788N/A <execution>
2788N/A <id>Unix setup classpath</id>
2788N/A <phase>prepare-package</phase>
2788N/A <goals>
2788N/A <goal>build-classpath</goal>
3853N/A </goals>
3853N/A <configuration>
3853N/A <fileSeparator>/</fileSeparator>
3853N/A <pathSeparator>:</pathSeparator>
3853N/A <prefix>lib</prefix>
3853N/A <includeArtifactIds>${setupArtifactIDs}</includeArtifactIds>
3853N/A <outputProperty>unix.setup.classpath</outputProperty>
3853N/A </configuration>
2788N/A </execution>
2788N/A <execution>
2788N/A <id>Windows setup classpath</id>
2788N/A <phase>prepare-package</phase>
2788N/A <goals>
4865N/A <goal>build-classpath</goal>
2788N/A </goals>
2788N/A <configuration>
2788N/A <fileSeparator>\</fileSeparator>
2788N/A <pathSeparator>;</pathSeparator>
2788N/A <prefix>lib</prefix>
2788N/A <includeArtifactIds>${setupArtifactIDs}</includeArtifactIds>
2788N/A <outputProperty>windows.setup.classpath</outputProperty>
2788N/A </configuration>
2788N/A </execution>
2788N/A </executions>
2788N/A </plugin>
4865N/A
2788N/A <!-- Pre-Packaging step for Zip Elements. -->
2788N/A <plugin>
2788N/A <groupId>org.apache.maven.plugins</groupId>
2788N/A <artifactId>maven-antrun-plugin</artifactId>
2788N/A <executions>
4865N/A <execution>
2788N/A <id>zip-pre-packaging</id>
2788N/A <phase>compile</phase>
2788N/A <configuration>
2788N/A <target>
2788N/A
2788N/A <property name="build.class.path" refid="maven.compile.classpath" />
2788N/A <property name="project.basedir" value="./" />
2788N/A
2788N/A <property name="target.resources.dir" value="${project.build.directory}/resources" />
2788N/A
2788N/A <property name="resources.i18n.dir" value="${project.basedir}/openam-locale/src/main/resources/locale" />
2788N/A
2788N/A <tstamp>
2788N/A <format property="war.time.stamp" pattern="yyyy-MMMM-dd HH:mm" locale="en,UK" />
2788N/A </tstamp>
2788N/A <property name="version.set" value="${project.version}" />
2788N/A
4865N/A <filter token="DATESTAMP" value="${war.time.stamp}" />
2788N/A <filter token="VERSION" value="${version.set}" />
2788N/A
2788N/A <!-- Set our Version Information for the Package -->
2788N/A <copy todir="${project.build.directory}/resources" overwrite="true" filtering="true" flatten="yes">
2788N/A <fileset dir="${project.basedir}/openam-server-only/src/main/resources/config">
3194N/A <include name="serviceDefaultValues.properties" />
4618N/A </fileset>
4618N/A </copy>
4618N/A </target>
4618N/A </configuration>
4618N/A <goals>
4618N/A <goal>run</goal>
3951N/A </goals>
3951N/A </execution>
3951N/A </executions>
3951N/A </plugin>
3951N/A
2788N/A <plugin>
2788N/A <groupId>org.apache.maven.plugins</groupId>
2788N/A <artifactId>maven-assembly-plugin</artifactId>
2788N/A <executions>
2788N/A <execution>
2788N/A <id>admintools-assembly</id>
2788N/A <phase>package</phase>
2788N/A <goals>
2788N/A <goal>single</goal>
2788N/A </goals>
2788N/A <configuration>
2788N/A <appendAssemblyId>false</appendAssemblyId>
2788N/A <tarLongFileMode>gnu</tarLongFileMode>
2788N/A <descriptors>
2788N/A <descriptor>src/main/assembly/openAMToolsAssembly_Descriptor.xml</descriptor>
2788N/A </descriptors>
3853N/A <escapeString>\</escapeString>
3853N/A </configuration>
3853N/A </execution>
3853N/A </executions>
2788N/A </plugin>
2788N/A </plugins>
2788N/A </build>
2788N/A
2788N/A <dependencies>
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-entitlements</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-installtools</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-core</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-cli-definitions</artifactId>
4865N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-cli-impl</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-federation-library</artifactId>
2788N/A </dependency>
2788N/A
3194N/A <dependency>
4618N/A <groupId>org.forgerock.openam</groupId>
3951N/A <artifactId>OpenFM</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-oauth</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-dtd-schema</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-jaxrpc-schema</artifactId>
2788N/A </dependency>
2788N/A
4865N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-saml2-schema</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-auth-scripted</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
4865N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-scripting</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>javax.servlet</groupId>
2788N/A <artifactId>servlet-api</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.openam</groupId>
2788N/A <artifactId>openam-license-manager-cli</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.apache.santuario</groupId>
2788N/A <artifactId>xmlsec</artifactId>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>xerces-J</groupId>
2788N/A <artifactId>xml-apis</artifactId>
2788N/A </dependency>
2788N/A
3194N/A <dependency>
3194N/A <groupId>commons-logging</groupId>
3194N/A <artifactId>commons-logging-api</artifactId>
3194N/A </dependency>
3194N/A
3194N/A <dependency>
3194N/A <groupId>commons-collections</groupId>
3951N/A <artifactId>commons-collections</artifactId>
3951N/A </dependency>
3951N/A
3951N/A <dependency>
3951N/A <groupId>org.slf4j</groupId>
2788N/A <artifactId>slf4j-nop</artifactId>
2788N/A <scope>runtime</scope>
2788N/A </dependency>
2788N/A
2788N/A <dependency>
2788N/A <groupId>org.forgerock.opendj</groupId>
2788N/A <artifactId>opendj-ldap-sdk</artifactId>
2788N/A </dependency>
2788N/A
2788N/A </dependencies>
2788N/A</project>
2788N/A
2788N/A