pom.xml revision 79943d71bcf8d4933e74f29a1b0e87f8898508cb
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<?xml version="1.0" encoding="UTF-8"?>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan<!--
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan*
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* Copyright (c) 2012 ForgeRock Inc. All Rights Reserved
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan*
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* The contents of this file are subject to the terms
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* of the Common Development and Distribution License
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* (the License). You may not use this file except in
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* compliance with the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan*
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* You can obtain a copy of the License at
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* http://forgerock.org/license/CDDLv1.0.html
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* See the License for the specific language governing
923784d59ac065eee98b208dfacda6fbc24c71d6Jake Feasel* permission and limitations under the License.
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan*
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos* When distributing Covered Code, include this CDDL
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos* Header Notice in each file and include the License file
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* at http://forgerock.org/license/CDDLv1.0.html
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* If applicable, add the following below the CDDL Header,
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* with the fields enclosed by brackets [] replaced by
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* your own identifying information:
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan* "Portions Copyrighted [year] [name of copyright owner]"
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan*
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan-->
54f30b716553d88ea9ebb010037f4c74eb1d69acPaul Bryan<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <modelVersion>4.0.0</modelVersion>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <!-- Parent Project -->
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <parent>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <groupId>org.forgerock.openam</groupId>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <artifactId>openam-tools</artifactId>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <version>10.1.0-SNAPSHOT</version>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos </parent>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <!-- Component Definition -->
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <name>OpenAM Install Tools</name>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <description>OpenAM Install Tool Components</description>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <artifactId>openam-installtools</artifactId>
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <packaging>jar</packaging>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos
e5c203467ee4398ae81a6adb63da7477451b2e77Laszlo Hordos <!-- Build -->
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <build>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <plugins>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <plugin>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <groupId>org.apache.maven.plugins</groupId>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <artifactId>maven-jar-plugin</artifactId>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <configuration>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <archive>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <index>true</index>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <manifest>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <addClasspath>true</addClasspath>
8166b048bd3e2106dbdeaa1a2b8a728952d788f4Laszlo Hordos <classpathPrefix>lib/</classpathPrefix>
1965c5d21403c3d66eb1efa29c670378311b1077Paul Bryan </manifest>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos <manifestEntries>
113939c1056403ed7d3bf33dd1b5d404e6838645Andi Egloff <Specification-Title>OpenAM Install Tools</Specification-Title>
f85a185a657def022f6d8896cc755403f7d40694Andi Egloff <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
a14db14686bf9f6817c47e5c14e887d74dd615f0Laszlo Hordos <Specification-Vendor>ForgeRock</Specification-Vendor>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Implementation-Title>OpenAM Install Tools</Implementation-Title>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Implementation-Version>${project.version} - ${maven.build.timestamp}
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin </Implementation-Version>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Implementation-Vendor>ForgeRock</Implementation-Vendor>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Built-By>${user.name}</Built-By>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Build-Jdk>${java.version}</Build-Jdk>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Build-Time>${maven.build.timestamp}</Build-Time>
2d7019e19039fd083850f76e54b6b26a7b06a8f2yaromin <Version>${project.version}</Version>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <Create-On>${maven.build.timestamp}</Create-On>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <!-- TODO Add License to Manifest -->
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <License></License>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </manifestEntries>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </archive>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </configuration>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </plugin>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl </plugins>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <resources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <filtering>false</filtering>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <directory>src/main/resources</directory>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <include>**/*</include>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <excludes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <exclude>version_information.txt</exclude>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </excludes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <filtering>true</filtering>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <directory>src/main/resources</directory>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <include>version_information.txt</include>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </includes>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </resource>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </resources>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos </build>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <dependencies>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <dependency>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <groupId>org.forgerock.openam</groupId>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos <artifactId>openam-installtools-launcher</artifactId>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl <version>${project.version}</version>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl </dependency>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl </dependencies>
8698e80519313c98c8d5c6de06ae04cdfc816cafMatthias Tristl</project>
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos
660a40ad15749d74efa0dd4ef12cb8781c570e22Laszlo Hordos