pom.xml revision 87e1cbcd02820f55e1816ee4efe9e9127be22a11
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson<?xml version="1.0" encoding="UTF-8"?>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson<!--
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson*
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* Copyright 2013-2015 ForgeRock AS.
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson*
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* The contents of this file are subject to the terms
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* of the Common Development and Distribution License
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* (the License). You may not use this file except in
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* compliance with the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac*
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* You can obtain a copy of the License at
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* http://forgerock.org/license/CDDLv1.0.html
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* See the License for the specific language governing
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* permission and limitations under the License.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac*
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* When distributing Covered Code, include this CDDL
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* Header Notice in each file and include the License file
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac* at http://forgerock.org/license/CDDLv1.0.html
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* If applicable, add the following below the CDDL Header,
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* with the fields enclosed by brackets [] replaced by
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* your own identifying information:
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson* "Portions Copyrighted [year] [name of copyright owner]"
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson*
62713b44520556f3136c67f8716f905d9a90c463matthew_swift-->
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo<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">
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <modelVersion>4.0.0</modelVersion>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <!-- Parent Project -->
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <parent>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <groupId>org.forgerock.openam</groupId>
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo <artifactId>openam-examples</artifactId>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <version>13.0.0-SNAPSHOT</version>
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo </parent>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <!-- Component Definition -->
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <name>OpenAM Example ClientSDK CLI</name>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <description>OpenAM Example ClientSDK CLI module</description>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <artifactId>openam-example-clientsdk-cli</artifactId>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <packaging>jar</packaging>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <!-- Build -->
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <build>
3cedecd5ea21cca5d9709abf320a2082cd3694e5jvergara <finalName>ExampleClientSDK-CLI-${project.version}</finalName>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <plugins>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <plugin>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <groupId>org.apache.maven.plugins</groupId>
014019918f7e3844f558f6159b8d41517254edc2lutoff <artifactId>maven-jar-plugin</artifactId>
014019918f7e3844f558f6159b8d41517254edc2lutoff <configuration>
014019918f7e3844f558f6159b8d41517254edc2lutoff <archive>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <index>true</index>
69de0fe5b7ed905860bef5f86937d30cc206ef7dneil_a_wilson <manifest>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara <addClasspath>true</addClasspath>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara <classpathPrefix>lib/</classpathPrefix>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara </manifest>
014019918f7e3844f558f6159b8d41517254edc2lutoff <manifestEntries>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara <Specification-Title>OpenAM ClientSDK Example</Specification-Title>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Specification-Vendor>ForgeRock</Specification-Vendor>
27f8adec83293fb8bd3bfa37175322b0ee3bb933jvergara <Implementation-Title>OpenAM ClientSDK Example</Implementation-Title>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Implementation-Vendor>ForgeRock</Implementation-Vendor>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Built-By>${user.name}</Built-By>
0f8553e2af5fc49a510ecfcfc93e66d06713f631ludo <Build-Jdk>${java.version}</Build-Jdk>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Build-Time>${maven.build.timestamp}</Build-Time>
0cf0e19d7abb0e7659df6d191269f96b3ffe7f45neil_a_wilson <Version>${project.version}</Version>
<Create-On>${maven.build.timestamp}</Create-On>
<Revision>${git.short.sha1}</Revision>
<!-- TODO Add License to Manifest -->
<License />
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/descriptor.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock.openam</groupId>
<artifactId>openam-clientsdk</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>external</groupId>
<artifactId>webservices-rt</artifactId>
</dependency>
</dependencies>
</project>