pom.xml revision 0cfdad3c7bca104413c01eda33f2ae0ead86a498
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster<?xml version="1.0" encoding="UTF-8"?>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster<!--
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster*
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* Copyright (c) 2012-2013 ForgeRock AS. All Rights Reserved
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster*
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* The contents of this file are subject to the terms
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* of the Common Development and Distribution License
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* (the License). You may not use this file except in
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* compliance with the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster*
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* You can obtain a copy of the License at
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* http://forgerock.org/license/CDDLv1.0.html
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* See the License for the specific language governing
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* permission and limitations under the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster*
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* When distributing Covered Code, include this CDDL
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* Header Notice in each file and include the License file
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* at http://forgerock.org/license/CDDLv1.0.html
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* If applicable, add the following below the CDDL Header,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* with the fields enclosed by brackets [] replaced by
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* your own identifying information:
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster* "Portions Copyrighted [year] [name of copyright owner]"
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster*
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster-->
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster<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">
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <modelVersion>4.0.0</modelVersion>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <!-- Parent Project -->
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <parent>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <groupId>org.forgerock.openam</groupId>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <artifactId>openam</artifactId>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <version>12.0.0</version>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster </parent>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <!-- Component Definition -->
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <name>OpenAM Admin Console</name>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <description>OpenAM Admin Console</description>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <artifactId>openam-console</artifactId>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <packaging>war</packaging>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <!-- Build -->
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <build>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <plugins>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <plugin>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <groupId>org.apache.maven.plugins</groupId>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <artifactId>maven-war-plugin</artifactId>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <configuration>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <packagingExcludes>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jersey-core-1.1.5.2.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jaxb-api-1.0.6.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jaxb-impl-1.0.6.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jaxb-libs-1.0.6.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jaxb-xjc-1.0.6.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster WEB-INF/lib/jdom-2.0.1.jar,
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster </packagingExcludes>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <archive>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <manifestEntries>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Specification-Title>OpenAM Admin Console</Specification-Title>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Specification-Vendor>ForgeRock</Specification-Vendor>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Implementation-Title>OpenAM Admin Console</Implementation-Title>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Implementation-Version>${project.version} - ${maven.build.timestamp}
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster </Implementation-Version>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Implementation-Vendor>ForgeRock</Implementation-Vendor>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <Build-Time>${maven.build.timestamp}</Build-Time>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster </manifestEntries>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster </archive>
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster <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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.iplanet.jato</groupId>
<artifactId>jato</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_de</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_es</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_fr</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_it</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_ja</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_ko</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_sv</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_CN</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_HK</artifactId>
</dependency>
<dependency>
<groupId>com.sun.web.ui</groupId>
<artifactId>cc_zh_TW</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>OpenFM</artifactId>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
</dependencies>
</project>