pom.xml revision a622f6b14edb724c3cdbc8b5836a109d4ac80086
7321N/A<?xml version="1.0" encoding="UTF-8"?>
7321N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7321N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7321N/A <modelVersion>4.0.0</modelVersion>
7321N/A
7321N/A <!--
7321N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
7321N/A *
7321N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
7321N/A *
7321N/A * The contents of this file are subject to the terms
7321N/A * of the Common Development and Distribution License
7321N/A * (the License). You may not use this file except in
7321N/A * compliance with the License.
7321N/A *
7321N/A * You can obtain a copy of the License at
7321N/A * http://forgerock.org/license/CDDLv1.0.html
7321N/A * See the License for the specific language governing
7321N/A * permission and limitations under the License.
7321N/A *
7321N/A * When distributing Covered Code, include this CDDL
7321N/A * Header Notice in each file and include the License file
7321N/A * at http://forgerock.org/license/CDDLv1.0.html
7321N/A * If applicable, add the following below the CDDL Header,
7321N/A * with the fields enclosed by brackets [] replaced by
7321N/A * your own identifying information:
7321N/A * "Portions Copyrighted [year] [name of copyright owner]"
7321N/A *
7321N/A -->
7321N/A
7321N/A <!-- Parent Project -->
7321N/A <parent>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-distribution</artifactId>
7321N/A <version>10.1.0-SNAPSHOT</version>
7321N/A </parent>
7321N/A
7321N/A <!-- Component Definition -->
7321N/A <name>OpenAM Distribution Fedlet UnConfigured</name>
7321N/A <description>OpenAM Distribution Fedlet UnConfigured.
7321N/A </description>
7321N/A <artifactId>openam-distribution-fedlet-unconfigured</artifactId>
7321N/A <version>10.1.0-SNAPSHOT</version>
7321N/A <packaging>pom</packaging>
7321N/A <organization>
7321N/A <name>ForgeRock</name>
7321N/A <url>http://www.forgerock.com</url>
7321N/A </organization>
7321N/A
7321N/A <!-- Build -->
7321N/A <build>
7321N/A <plugins>
7321N/A
7321N/A <!-- Pre-Packaging step for Zip Elements. -->
7321N/A <plugin>
7321N/A <groupId>org.apache.maven.plugins</groupId>
7321N/A <artifactId>maven-antrun-plugin</artifactId>
7321N/A <executions>
7321N/A <execution>
7321N/A <id>zip-pre-packaging</id>
7321N/A <phase>package</phase>
7321N/A <configuration>
7321N/A <target>
7321N/A
7321N/A <tstamp>
7321N/A <format property="war.time.stamp" pattern="yyyy-MMMM-dd HH:mm" locale="en,UK"/>
7321N/A </tstamp>
7321N/A <property name="version.set" value="${project.version}"/>
7321N/A
7321N/A <filter token="DATESTAMP" value="${war.time.stamp}"/>
7321N/A <filter token="VERSION" value="${version.set}"/>
7321N/A
7321N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="true">
7321N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/federation-locale">
7321N/A <include name="*.properties"/>
7321N/A <exclude name="Services.properties"/>
7321N/A <exclude name="ums.properties"/>
7321N/A <exclude name="sso.properties"/>
7321N/A <exclude name="SMS.properties"/>
7321N/A <exclude name="authentication_util.properties"/>
7321N/A </fileset>
7321N/A <globmapper from="*.properties" to="*_en.properties"/>
7321N/A </copy>
7321N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="false">
7321N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale">
7321N/A <include name="*.properties"/>
7321N/A <exclude name="Services.properties"/>
7321N/A <exclude name="ums.properties"/>
7321N/A <exclude name="sso.properties"/>
7321N/A <exclude name="SMS.properties"/>
7321N/A <exclude name="authentication_util.properties"/>
7321N/A </fileset>
7321N/A <globmapper from="*.properties" to="*_en.properties"/>
7321N/A </copy>
7321N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="false">
7321N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/openfm-locale">
7321N/A <include name="*.properties"/>
7321N/A <exclude name="Services.properties"/>
7321N/A <exclude name="ums.properties"/>
7321N/A <exclude name="sso.properties"/>
7321N/A <exclude name="SMS.properties"/>
7321N/A <exclude name="authentication_util.properties"/>
7321N/A </fileset>
7321N/A <globmapper from="*.properties" to="*_en.properties"/>
7321N/A </copy>
7321N/A </target>
7321N/A </configuration>
7321N/A <goals>
7321N/A <goal>run</goal>
7321N/A </goals>
7321N/A </execution>
7321N/A </executions>
7321N/A </plugin>
7321N/A
7321N/A <plugin>
7321N/A <groupId>org.apache.maven.plugins</groupId>
7321N/A <artifactId>maven-assembly-plugin</artifactId>
7321N/A <executions>
7321N/A <execution>
7321N/A <id>fedlet-assembly_1</id>
7321N/A <phase>package</phase>
7321N/A <goals>
7321N/A <goal>single</goal>
7321N/A </goals>
7321N/A <configuration>
7321N/A <finalName>openam-distribution-fedlet-unconfigured-${project.version}</finalName>
7321N/A <appendAssemblyId>false</appendAssemblyId>
7321N/A <tarLongFileMode>gnu</tarLongFileMode>
7321N/A <descriptors>
7321N/A <descriptor>src/main/assembly/openAMFedlet_WAR_Assembly_Descriptor.xml</descriptor>
7321N/A </descriptors>
7321N/A </configuration>
7321N/A </execution>
7321N/A <execution>
7321N/A <id>fedlet-assembly_2</id>
7321N/A <phase>package</phase>
7321N/A <goals>
7321N/A <goal>single</goal>
7321N/A </goals>
7321N/A <configuration>
7321N/A <finalName>openam-distribution-fedlet-unconfigured-${project.version}</finalName>
7321N/A <appendAssemblyId>false</appendAssemblyId>
7321N/A <tarLongFileMode>gnu</tarLongFileMode>
7321N/A <descriptors>
7321N/A <descriptor>src/main/assembly/openAMFedlet_ZIP_Assembly_Descriptor.xml</descriptor>
7321N/A </descriptors>
7321N/A </configuration>
7321N/A </execution>
7321N/A </executions>
7321N/A </plugin>
7321N/A
7321N/A </plugins>
7321N/A
7321N/A </build>
7321N/A
7321N/A
7321N/A <dependencies>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-shared</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-federation-library</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-dtd-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-jaxrpc-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-saml2-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-mib-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-liberty-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-wsfederation-schema</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>org.forgerock.openam</groupId>
7321N/A <artifactId>openam-rest</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>external</groupId>
7321N/A <artifactId>esapiport</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>javax.mail</groupId>
7321N/A <artifactId>mail</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>relaxngDatatype</groupId>
7321N/A <artifactId>relaxngDatatype</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>external</groupId>
7321N/A <artifactId>webservices-api</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>external</groupId>
7321N/A <artifactId>webservices-extra</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>external</groupId>
7321N/A <artifactId>webservices-extra-api</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>external</groupId>
7321N/A <artifactId>webservices-rt</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>com.sun.tools.ws</groupId>
7321N/A <artifactId>webservices-tools</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xalan</groupId>
7321N/A <artifactId>xalan</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xerces-J</groupId>
7321N/A <artifactId>xercesImpl</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xerces-J</groupId>
7321N/A <artifactId>xml-apis</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xerces-J</groupId>
7321N/A <artifactId>xml-resolver</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xerces-J</groupId>
7321N/A <artifactId>xml-serializer</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>net.java.dev.msv.datatype.xsd</groupId>
7321N/A <artifactId>xsdlib</artifactId>
7321N/A </dependency>
7321N/A
7321N/A <dependency>
7321N/A <groupId>xml-security</groupId>
7321N/A <artifactId>xmlsec</artifactId>
7321N/A </dependency>
7321N/A
7321N/A </dependencies>
7321N/A</project>
7321N/A
7321N/A