<?xml version="1.0" encoding="UTF-8"?>
<!--
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2012-2013 ForgeRock AS. All Rights Reserved
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* http://forgerock.org/license/CDDLv1.0.html
* See the License for the specific language governing
* permission and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* at http://forgerock.org/license/CDDLv1.0.html
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*
-->
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>openam-ssoDiagnosticTools</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
<outputDirectory>lib</outputDirectory>
<includes>
<include>org.forgerock.commons:forgerock-util</include>
<include>org.forgerock.openam:openam-diagnostics-base</include>
<include>org.forgerock.openam:openam-diagnostics-schema</include>
<include>org.forgerock.openam:openam-core</include>
<include>org.forgerock.openam:openam-shared</include>
<include>javax.xml.bind:jaxb-api</include>
<include>com.sun.xml.bind:jaxb-impl</include>
<include>com.sun.msv.datatype.xsd:xsdlib</include>
<include>external:webservices-rt</include>
<include>org.forgerock.opendj:opendj-server</include>
</includes>
</dependencySet>
<dependencySet>
<outputDirectory>services/lib</outputDirectory>
<includes>
<include>org.forgerock.openam:openam-diagnostics-plugins</include>
</includes>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<outputDirectory></outputDirectory>
<directory>${project.basedir}/license</directory>
<includes>
<include>**/**</include>
</includes>
</fileSet>
<fileSet>
<outputDirectory></outputDirectory>
<directory>${project.basedir}/src/main/amserver/diagnostics</directory>
<includes>
<include>ssodtool.*</include>
</includes>
<fileMode>0755</fileMode>
<filtered>true</filtered>
</fileSet>
<fileSet>
<outputDirectory>config</outputDirectory>
<directory>${project.basedir}/src/main/amserver/diagnostics/config</directory>
<directoryMode>0755</directoryMode>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<outputDirectory>services</outputDirectory>
<directory>${project.basedir}/src/main/amserver/diagnostics/services</directory>
<filtered>true</filtered>
<directoryMode>0755</directoryMode>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>
<files>
<file>
<source>${project.basedir}/openam-server-only/src/main/resources/config/validserverconfig.properties</source>
<outputDirectory>resources</outputDirectory>
</file>
<file>
<source>${project.basedir}/openam-server-only/src/main/resources/config/bootstrapConfig.properties</source>
<outputDirectory>resources</outputDirectory>
</file>
<file>
<source>${project.basedir}/openam-server-only/src/main/webapp/WEB-INF/template/sms/serverdefaults.properties</source>
<outputDirectory>resources</outputDirectory>
</file>
</files>
</assembly>