jsr196_KitAssembly_Descriptor.xml revision 7c7f40dbeab07edfdcb261387a848c36c13f99e0
<?xml version="1.0" encoding="UTF-8"?>
<!--
*
* Copyright 2013 ForgeRock, Inc.
*
* 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 legal/CDDLv1.0.txt. See the License for the
* specific language governing permission and limitations under the License.
*
* When distributing Covered Software, include this CDDL Header Notice in each file and include
* the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
* Header, with the fields enclosed by brackets [] replaced by your own identifying
* information: "Portions copyright [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>jee-agents-jsr196_jsr115</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>true</includeBaseDirectory>
<baseDirectory>j2ee_agents/jsr196_jsr115_agent</baseDirectory>
<!-- Library Dependency -->
<dependencySets>
<dependencySet>
<outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
<outputDirectory>lib</outputDirectory>
<!-- Include fully packaged Modules -->
<includes>
<include>org.forgerock.openam:openam-installtools</include>
<include>org.forgerock.openam:openam-installtools-launcher</include>
</includes>
</dependencySet>
<!-- For backwards compatibility -->
<dependencySet>
<outputFileNameMapping>agent.jar</outputFileNameMapping>
<outputDirectory>lib</outputDirectory>
<includes>
<include>org.forgerock.openam.agents:jee-agents-jsr196</include>
</includes>
</dependencySet>
<!-- For backwards compatibility -->
<dependencySet>
<outputFileNameMapping>openssoclientsdk.jar</outputFileNameMapping>
<outputDirectory>lib</outputDirectory>
<includes>
<include>org.forgerock.openam:openam-clientsdk</include>
</includes>
</dependencySet>
<!-- For backwards compatibility -->
<dependencySet>
<outputFileNameMapping>agentapp.war</outputFileNameMapping>
<outputDirectory>etc</outputDirectory>
<includes>
<include>org.forgerock.openam.agents:jee-agents-agentapp:war</include>
</includes>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<outputDirectory></outputDirectory>
<directory>${project.basedir}/legal</directory>
</fileSet>
<fileSet>
<outputDirectory>bin</outputDirectory>
<fileMode>755</fileMode>
<filtered>true</filtered>
<directory>${project.basedir}/src/main/assembly/scripts</directory>
</fileSet>
<fileSet>
<outputDirectory>locale</outputDirectory>
<directory>${project.basedir}/src/main/assembly/locale</directory>
</fileSet>
<fileSet>
<outputDirectory>locale</outputDirectory>
<directory>${project.basedir}/src/main/assembly/locale</directory>
</fileSet>
<fileSet>
<outputDirectory>config</outputDirectory>
<directory>${project.basedir}/src/main/assembly/config</directory>
<excludes>
<exclude>*version*</exclude>
</excludes>
</fileSet>
<fileSet>
<outputDirectory>etc</outputDirectory>
<directory>${project.basedir}/src/main/assembly/etc</directory>
<filtered>true</filtered>
</fileSet>
<!-- Create empty directories -->
<fileSet>
<outputDirectory>installer-logs</outputDirectory>
<directory>${project.basedir}/src/main/assembly/etc</directory>
<excludes>
<exclude>*</exclude>
</excludes>
</fileSet>
<fileSet>
<outputDirectory>data</outputDirectory>
<directory>${project.basedir}/src/main/assembly/etc</directory>
<excludes>
<exclude>*</exclude>
</excludes>
</fileSet>
</fileSets>
<files>
<file>
<destName>.version</destName>
<outputDirectory>config</outputDirectory>
<source>${project.basedir}/src/main/assembly/config/version</source>
<filtered>true</filtered>
</file>
</files>
</assembly>