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