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