openAMToolsAssembly_Descriptor.xml revision c375ffd945a63cb2de20fda03e2ef0cdf96e64d9
661N/A<?xml version="1.0" encoding="UTF-8"?>
661N/A<!--
661N/A* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
661N/A*
661N/A* Copyright (c) 2012-2014 ForgeRock AS. All Rights Reserved
661N/A*
661N/A* The contents of this file are subject to the terms
661N/A* of the Common Development and Distribution License
661N/A* (the License). You may not use this file except in
661N/A* compliance with the License.
661N/A*
661N/A* You can obtain a copy of the License at
661N/A* http://forgerock.org/license/CDDLv1.0.html
661N/A* See the License for the specific language governing
661N/A* permission and limitations under the License.
661N/A*
661N/A* When distributing Covered Code, include this CDDL
661N/A* Header Notice in each file and include the License file
661N/A* at http://forgerock.org/license/CDDLv1.0.html
661N/A* If applicable, add the following below the CDDL Header,
661N/A* with the fields enclosed by brackets [] replaced by
661N/A* your own identifying information:
661N/A* "Portions Copyrighted [year] [name of copyright owner]"
661N/A*
661N/A-->
661N/A<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
661N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
661N/A xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
661N/A <id>openam-ssoConfiguratorTools</id>
661N/A <formats>
661N/A <format>zip</format>
661N/A </formats>
661N/A <includeBaseDirectory>false</includeBaseDirectory>
661N/A
661N/A <dependencySets>
661N/A <dependencySet>
661N/A <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
661N/A <outputDirectory>lib</outputDirectory>
661N/A <includes>
661N/A <include>com.google.inject:guice</include>
661N/A <include>org.forgerock.commons:forgerock-guice-core</include>
661N/A <include>org.forgerock.openam:openam-license-manager-cli</include>
661N/A <include>javax.inject:javax.inject</include>
661N/A <include>org.slf4j:slf4j-api</include>
661N/A <include>org.slf4j:slf4j-nop</include>
661N/A <include>commons-lang:commons-lang</include>
661N/A <include>aopalliance:aopalliance</include>
661N/A <include>org.forgerock.openam:openam-tools</include>
661N/A <include>org.forgerock.openam:openam-license-core</include>
661N/A <include>org.forgerock.openam:openam-installer-utils</include>
661N/A </includes>
661N/A </dependencySet>
661N/A <dependencySet>
661N/A <outputDirectory></outputDirectory>
661N/A <includes>
661N/A <include>org.forgerock.openam:openam-configurator-tool</include>
661N/A <include>org.forgerock.openam:openam-upgrade-tool</include>
661N/A </includes>
661N/A </dependencySet>
661N/A </dependencySets>
<!-- Single Files -->
<fileSets>
<fileSet>
<directory>${basedir}/src/main/assembly/config</directory>
<outputDirectory></outputDirectory>
<filtered>true</filtered>
</fileSet>
</fileSets>
</assembly>