20a1476825fa14f148af9dc365901551038400ecCraig McDonnell<?xml version="1.0" encoding="UTF-8"?>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell<!--
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ The contents of this file are subject to the terms of the Common Development and
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ Distribution License (the License). You may not use this file except in compliance with the
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ License.
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ specific language governing permission and limitations under the License.
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ information: "Portions copyright [year] [name of copyright owner]".
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell ~ Copyright 2016 ForgeRock AS.
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell -->
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <id>oem-distribution</id>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <formats>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <format>war</format>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </formats>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <includeBaseDirectory>false</includeBaseDirectory>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <fileSets>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <fileSet>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <directory>${project.build.directory}/${project.build.finalName}</directory>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <excludes>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <exclude>WEB-INF/lib/je-*.jar</exclude>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <exclude>WEB-INF/lib/opendj-je-backend*.jar</exclude>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <exclude>WEB-INF/classes/AMConfig.properties</exclude>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </excludes>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <outputDirectory>/</outputDirectory>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </fileSet>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </fileSets>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <files>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <file>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <source>/openam-server-only/src/main/resources/AMConfig.properties</source>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <outputDirectory>WEB-INF/classes</outputDirectory>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell <filtered>true</filtered>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </file>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell </files>
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell
20a1476825fa14f148af9dc365901551038400ecCraig McDonnell</assembly>