pom.xml revision 5f4c713b97bcf3ebeb84b0a3e3099a99795bcccb
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<?xml version="1.0" encoding="UTF-8"?>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<!--
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Copyright 2012-2015 ForgeRock AS.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* The contents of this file are subject to the terms
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* of the Common Development and Distribution License
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* (the License). You may not use this file except in
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* compliance with the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* You can obtain a copy of the License at
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* See the License for the specific language governing
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* permission and limitations under the License.
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* When distributing Covered Code, include this CDDL
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* Header Notice in each file and include the License file
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* at http://forgerock.org/license/CDDLv1.0.html
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* If applicable, add the following below the CDDL Header,
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* with the fields enclosed by brackets [] replaced by
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* your own identifying information:
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync* "Portions Copyrighted [year] [name of copyright owner]"
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync*
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync-->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync<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">
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <modelVersion>4.0.0</modelVersion>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Parent Project -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.forgerock.openam</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-examples</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <version>13.0.0</version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </parent>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Component Definition -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <name>OpenAM Example ClientSDK WAR</name>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <description>OpenAM Example ClientSDK WAR</description>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>openam-example-clientsdk-war</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <packaging>war</packaging>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <!-- Build -->
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <build>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <finalName>ExampleClientSDK-WAR-${project.version}</finalName>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <plugins>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <plugin>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <groupId>org.apache.maven.plugins</groupId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <artifactId>maven-war-plugin</artifactId>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <configuration>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <archive>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <manifestEntries>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Specification-Title>OpenAM Example ClientSDK WAR</Specification-Title>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Specification-Vendor>ForgeRock</Specification-Vendor>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Implementation-Title>OpenAM Example ClientSDK WAR</Implementation-Title>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Implementation-Vendor>ForgeRock</Implementation-Vendor>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync <Build-Time>${maven.build.timestamp}</Build-Time>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </manifestEntries>
14ea49401f3c8c61422aefbda43809e275f60c6cvboxsync </archive>
<nonFilteredFileExtensions>
<!-- Exclude any binary files based upon File Types. -->
<nonFilteredFileExtension>bin</nonFilteredFileExtension>
<nonFilteredFileExtension>bkf</nonFilteredFileExtension>
<nonFilteredFileExtension>bmp</nonFilteredFileExtension>
<nonFilteredFileExtension>bz2</nonFilteredFileExtension>
<nonFilteredFileExtension>deb</nonFilteredFileExtension>
<nonFilteredFileExtension>dll</nonFilteredFileExtension>
<nonFilteredFileExtension>dmg</nonFilteredFileExtension>
<nonFilteredFileExtension>ear</nonFilteredFileExtension>
<nonFilteredFileExtension>exe</nonFilteredFileExtension>
<nonFilteredFileExtension>gif</nonFilteredFileExtension>
<nonFilteredFileExtension>gz</nonFilteredFileExtension>
<nonFilteredFileExtension>gzip</nonFilteredFileExtension>
<nonFilteredFileExtension>ico</nonFilteredFileExtension>
<nonFilteredFileExtension>jar</nonFilteredFileExtension>
<nonFilteredFileExtension>jks</nonFilteredFileExtension>
<nonFilteredFileExtension>jpg</nonFilteredFileExtension>
<nonFilteredFileExtension>jpeg</nonFilteredFileExtension>
<nonFilteredFileExtension>lz</nonFilteredFileExtension>
<nonFilteredFileExtension>png</nonFilteredFileExtension>
<nonFilteredFileExtension>pdf</nonFilteredFileExtension>
<nonFilteredFileExtension>rar</nonFilteredFileExtension>
<nonFilteredFileExtension>rpm</nonFilteredFileExtension>
<nonFilteredFileExtension>tar</nonFilteredFileExtension>
<nonFilteredFileExtension>tgz</nonFilteredFileExtension>
<nonFilteredFileExtension>war</nonFilteredFileExtension>
<nonFilteredFileExtension>zip</nonFilteredFileExtension>
<nonFilteredFileExtension>7z</nonFilteredFileExtension>
<!-- See: http://en.wikipedia.org/wiki/List_of_file_formats -->
</nonFilteredFileExtensions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-clientsdk</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>esapiport</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>