pom.xml revision 00cf90e166a6a688aa3079384024cfaecf538bb0
4632N/A<?xml version="1.0" encoding="UTF-8"?>
4632N/A<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4632N/A xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4632N/A <modelVersion>4.0.0</modelVersion>
4632N/A
4632N/A <!--
4632N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4632N/A *
4632N/A * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
4632N/A *
4632N/A * The contents of this file are subject to the terms
4632N/A * of the Common Development and Distribution License
4632N/A * (the License). You may not use this file except in
4632N/A * compliance with the License.
4632N/A *
4632N/A * You can obtain a copy of the License at
4632N/A * http://forgerock.org/license/CDDLv1.0.html
4632N/A * See the License for the specific language governing
4632N/A * permission and limitations under the License.
4632N/A *
4632N/A * When distributing Covered Code, include this CDDL
4632N/A * Header Notice in each file and include the License file
4632N/A * at http://forgerock.org/license/CDDLv1.0.html
4632N/A * If applicable, add the following below the CDDL Header,
4632N/A * with the fields enclosed by brackets [] replaced by
4632N/A * your own identifying information:
4632N/A * "Portions Copyrighted [year] [name of copyright owner]"
4632N/A *
4632N/A -->
4632N/A
4632N/A <!-- Parent Project -->
4632N/A <parent>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-distribution</artifactId>
4632N/A <version>10.1.0-SNAPSHOT</version>
4632N/A </parent>
4632N/A
4632N/A <!-- Component Definition -->
4632N/A <name>OpenAM Distribution Fedlet UnConfigured</name>
4632N/A <description>OpenAM Distribution Fedlet UnConfigured.
4632N/A </description>
4632N/A <artifactId>openam-distribution-fedlet-unconfigured</artifactId>
4632N/A <version>10.1.0-SNAPSHOT</version>
4632N/A <packaging>pom</packaging>
4632N/A <organization>
4632N/A <name>ForgeRock</name>
4632N/A <url>http://www.forgerock.com</url>
4632N/A </organization>
4632N/A
4632N/A <!-- Build -->
4632N/A <build>
4632N/A <plugins>
4632N/A
4632N/A <!-- Pre-Packaging step for Zip Elements. -->
4632N/A <plugin>
4632N/A <groupId>org.apache.maven.plugins</groupId>
4632N/A <artifactId>maven-antrun-plugin</artifactId>
4632N/A <executions>
4632N/A <execution>
4632N/A <id>zip-pre-packaging</id>
4632N/A <phase>package</phase>
4632N/A <configuration>
4632N/A <target>
4632N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="true">
4632N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/federation-locale">
4632N/A <include name="*.properties"/>
4632N/A <exclude name="Services.properties"/>
4632N/A <exclude name="ums.properties"/>
4632N/A <exclude name="sso.properties"/>
4632N/A <exclude name="SMS.properties"/>
4632N/A <exclude name="authentication_util.properties"/>
4632N/A </fileset>
4632N/A <globmapper from="*.properties" to="*_en.properties"/>
4632N/A </copy>
4632N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="false">
4632N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/locale">
4632N/A <include name="*.properties"/>
4632N/A <exclude name="Services.properties"/>
4632N/A <exclude name="ums.properties"/>
4632N/A <exclude name="sso.properties"/>
4632N/A <exclude name="SMS.properties"/>
4632N/A <exclude name="authentication_util.properties"/>
4632N/A </fileset>
4632N/A <globmapper from="*.properties" to="*_en.properties"/>
4632N/A </copy>
4632N/A <copy todir="${project.build.outputDirectory}/locale/en_US" filtering="false">
4632N/A <fileset dir="${project.basedir}/openam-server/src/main/resources/openfm-locale">
4632N/A <include name="*.properties"/>
4632N/A <exclude name="Services.properties"/>
4632N/A <exclude name="ums.properties"/>
4632N/A <exclude name="sso.properties"/>
4632N/A <exclude name="SMS.properties"/>
4632N/A <exclude name="authentication_util.properties"/>
4632N/A </fileset>
4632N/A <globmapper from="*.properties" to="*_en.properties"/>
4632N/A </copy>
4632N/A </target>
4632N/A </configuration>
4632N/A <goals>
4632N/A <goal>run</goal>
4632N/A </goals>
4632N/A </execution>
4632N/A </executions>
4632N/A </plugin>
4632N/A
4632N/A <plugin>
4632N/A <groupId>org.apache.maven.plugins</groupId>
4632N/A <artifactId>maven-assembly-plugin</artifactId>
4632N/A <executions>
4632N/A <execution>
4632N/A <id>fedlet-assembly_1</id>
4632N/A <phase>package</phase>
4632N/A <goals>
4632N/A <goal>single</goal>
4632N/A </goals>
4632N/A <configuration>
4632N/A <finalName>openam-distribution-fedlet-unconfigured-${project.version}</finalName>
4632N/A <appendAssemblyId>false</appendAssemblyId>
4632N/A <tarLongFileMode>gnu</tarLongFileMode>
4632N/A <descriptors>
4632N/A <descriptor>src/main/assembly/openAMFedlet_WAR_Assembly_Descriptor.xml</descriptor>
4632N/A </descriptors>
4632N/A </configuration>
4632N/A </execution>
4632N/A <execution>
4632N/A <id>fedlet-assembly_2</id>
4632N/A <phase>package</phase>
4632N/A <goals>
4632N/A <goal>single</goal>
4632N/A </goals>
4632N/A <configuration>
4632N/A <finalName>openam-distribution-fedlet-unconfigured-${project.version}</finalName>
4632N/A <appendAssemblyId>false</appendAssemblyId>
4632N/A <tarLongFileMode>gnu</tarLongFileMode>
4632N/A <descriptors>
4632N/A <descriptor>src/main/assembly/openAMFedlet_ZIP_Assembly_Descriptor.xml</descriptor>
4632N/A </descriptors>
4632N/A </configuration>
4632N/A </execution>
4632N/A </executions>
4632N/A </plugin>
4632N/A
4632N/A </plugins>
4632N/A
4632N/A </build>
4632N/A
4632N/A
4632N/A <dependencies>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-core</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-federation-library</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>OpenFM</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-dtd-schema</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-jaxrpc-schema</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>org.forgerock</groupId>
4632N/A <artifactId>openam-saml2-schema</artifactId>
4632N/A </dependency>
4632N/A
4632N/A <dependency>
4632N/A <groupId>external</groupId>
4632N/A <artifactId>esapiport</artifactId>
4632N/A </dependency>
4632N/A
4632N/A </dependencies>
4632N/A</project>
4632N/A
4632N/A