pom.xml revision b36cfc7d675804b8706a018791c02cc9b1f8d75c
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen<?xml version="1.0" encoding="UTF-8"?>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen<!--
e942c741056732f50da2074b36fe59805d370650slive* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen*
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* Copyright 2012-2015 ForgeRock AS.
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen*
75569f53579b42dc17cf097015b6b055c01e6875slive* The contents of this file are subject to the terms
75569f53579b42dc17cf097015b6b055c01e6875slive* of the Common Development and Distribution License
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* (the License). You may not use this file except in
c3fcea07965f59723831e23da647a77518285b8eslive* compliance with the License.
c3fcea07965f59723831e23da647a77518285b8eslive*
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* You can obtain a copy of the License at
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* http://forgerock.org/license/CDDLv1.0.html
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* See the License for the specific language governing
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* permission and limitations under the License.
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen*
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* When distributing Covered Code, include this CDDL
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* Header Notice in each file and include the License file
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* at http://forgerock.org/license/CDDLv1.0.html
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* If applicable, add the following below the CDDL Header,
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* with the fields enclosed by brackets [] replaced by
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* your own identifying information:
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen* "Portions Copyrighted [year] [name of copyright owner]"
75159a79720160d33d888cf45481ef400c1e3a01nd*
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen-->
75569f53579b42dc17cf097015b6b055c01e6875slive<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
75569f53579b42dc17cf097015b6b055c01e6875slive <modelVersion>4.0.0</modelVersion>
75569f53579b42dc17cf097015b6b055c01e6875slive <!-- Parent Project -->
75569f53579b42dc17cf097015b6b055c01e6875slive <parent>
75569f53579b42dc17cf097015b6b055c01e6875slive <groupId>org.forgerock.openam</groupId>
75569f53579b42dc17cf097015b6b055c01e6875slive <artifactId>openam-tools</artifactId>
75569f53579b42dc17cf097015b6b055c01e6875slive <version>13.0.0-SNAPSHOT</version>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive </parent>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <!-- Component Definition -->
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <name>OpenAM Install Tools</name>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <description>OpenAM Install Tool Components</description>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <artifactId>openam-installtools</artifactId>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <packaging>jar</packaging>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive
75569f53579b42dc17cf097015b6b055c01e6875slive <!-- Build -->
75569f53579b42dc17cf097015b6b055c01e6875slive <build>
75569f53579b42dc17cf097015b6b055c01e6875slive <plugins>
75569f53579b42dc17cf097015b6b055c01e6875slive <plugin>
75569f53579b42dc17cf097015b6b055c01e6875slive <groupId>org.apache.maven.plugins</groupId>
75569f53579b42dc17cf097015b6b055c01e6875slive <artifactId>maven-surefire-plugin</artifactId>
f794e11d17dcdae9f5f2944a5bfd06a7ded6a579yoshiki <configuration>
75569f53579b42dc17cf097015b6b055c01e6875slive <systemPropertyVariables>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <com.sun.identity.product.logs.dir>${project.build.testOutputDirectory}</com.sun.identity.product.logs.dir>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive </systemPropertyVariables>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive </configuration>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive </plugin>
df5db89264efca559e954ca181763a0d3ef2f844nd <plugin>
df5db89264efca559e954ca181763a0d3ef2f844nd <groupId>org.apache.maven.plugins</groupId>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <artifactId>maven-jar-plugin</artifactId>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <configuration>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <archive>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <index>true</index>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <manifest>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <addClasspath>true</addClasspath>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <classpathPrefix>lib/</classpathPrefix>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive </manifest>
75569f53579b42dc17cf097015b6b055c01e6875slive <manifestEntries>
75569f53579b42dc17cf097015b6b055c01e6875slive <Specification-Title>OpenAM Install Tools</Specification-Title>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Specification-Vendor>ForgeRock</Specification-Vendor>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Implementation-Title>OpenAM Install Tools</Implementation-Title>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Implementation-Vendor>ForgeRock</Implementation-Vendor>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Built-By>${user.name}</Built-By>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Build-Jdk>${java.version}</Build-Jdk>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <Build-Time>${maven.build.timestamp}</Build-Time>
75159a79720160d33d888cf45481ef400c1e3a01nd <Version>${project.version}</Version>
75159a79720160d33d888cf45481ef400c1e3a01nd <Create-On>${maven.build.timestamp}</Create-On>
75569f53579b42dc17cf097015b6b055c01e6875slive <Revision>${git.short.sha1}</Revision>
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <!-- TODO Add License to Manifest -->
eabaccd4bdeaafc3d0c21886863bd9acefea99bbslive <License />
75569f53579b42dc17cf097015b6b055c01e6875slive </manifestEntries>
75569f53579b42dc17cf097015b6b055c01e6875slive </archive>
75569f53579b42dc17cf097015b6b055c01e6875slive </configuration>
75569f53579b42dc17cf097015b6b055c01e6875slive </plugin>
75159a79720160d33d888cf45481ef400c1e3a01nd
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <!-- Repackage this artifact as an uber-jar containing all dependencies to avoid updating all agents build scripts. -->
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <plugin>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <groupId>org.apache.maven.plugins</groupId>
75159a79720160d33d888cf45481ef400c1e3a01nd <artifactId>maven-shade-plugin</artifactId>
75159a79720160d33d888cf45481ef400c1e3a01nd <executions>
75159a79720160d33d888cf45481ef400c1e3a01nd <execution>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <phase>package</phase>
75159a79720160d33d888cf45481ef400c1e3a01nd <goals>
75159a79720160d33d888cf45481ef400c1e3a01nd <goal>shade</goal>
75159a79720160d33d888cf45481ef400c1e3a01nd </goals>
75159a79720160d33d888cf45481ef400c1e3a01nd <configuration>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <createDependencyReducedPom>false</createDependencyReducedPom>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <artifactSet>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <includes>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <include>org.forgerock.openam:openam-installtools-launcher</include>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <include>org.forgerock.openam:openam-license-core</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.forgerock.openam:openam-license-manager-cli</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.forgerock.commons:forgerock-guice-core</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.forgerock.commons:forgerock-util</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.forgerock.openam:openam-shared</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>com.google.inject:guice:no_aop</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject</include>
75159a79720160d33d888cf45481ef400c1e3a01nd <include>org.slf4j:slf4j-api</include>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <include>org.slf4j:slf4j-nop</include>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </includes>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </artifactSet>
c3fcea07965f59723831e23da647a77518285b8eslive <transformers>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </transformers>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </configuration>
c3fcea07965f59723831e23da647a77518285b8eslive </execution>
c3fcea07965f59723831e23da647a77518285b8eslive </executions>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </plugin>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </plugins>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </build>
75159a79720160d33d888cf45481ef400c1e3a01nd <dependencies>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <dependency>
75159a79720160d33d888cf45481ef400c1e3a01nd <groupId>org.forgerock.openam</groupId>
75159a79720160d33d888cf45481ef400c1e3a01nd <artifactId>openam-installtools-launcher</artifactId>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </dependency>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <dependency>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <groupId>org.forgerock.openam</groupId>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <artifactId>openam-license-manager-cli</artifactId>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </dependency>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <dependency>
75159a79720160d33d888cf45481ef400c1e3a01nd <groupId>org.slf4j</groupId>
75159a79720160d33d888cf45481ef400c1e3a01nd <artifactId>slf4j-nop</artifactId>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen <scope>runtime</scope>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </dependency>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen </dependencies>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen</project>
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen
c053576cdcd7389a1e11dd9c656f1f723ae854bcrbowen