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