pom.xml revision 1f48f8236de7de97be1c6b9d06bef50b379c8801
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq<?xml version="1.0" encoding="UTF-8"?>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq<!--
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd*
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd* Copyright (c) 2012 ForgeRock Inc. All Rights Reserved
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq*
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq* The contents of this file are subject to the terms
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq* of the Common Development and Distribution License
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq* (the License). You may not use this file except in
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc* compliance with the License.
6fe26506780e73be2a412d758af77fafdf03291and*
6fe26506780e73be2a412d758af77fafdf03291and* You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen* http://forgerock.org/license/CDDLv1.0.html
2e545ce2450a9953665f701bb05350f0d3f26275nd* See the License for the specific language governing
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen* permission and limitations under the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen*
6fe26506780e73be2a412d758af77fafdf03291and* When distributing Covered Code, include this CDDL
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq* Header Notice in each file and include the License file
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq* at http://forgerock.org/license/CDDLv1.0.html
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen* If applicable, add the following below the CDDL Header,
3f08db06526d6901aa08c110b5bc7dde6bc39905nd* with the fields enclosed by brackets [] replaced by
6fe26506780e73be2a412d758af77fafdf03291and* your own identifying information:
6fe26506780e73be2a412d758af77fafdf03291and* "Portions Copyrighted [year] [name of copyright owner]"
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq*
3f08db06526d6901aa08c110b5bc7dde6bc39905nd-->
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq<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">
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <modelVersion>4.0.0</modelVersion>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq
182fc8acda742bd1e79afef96834f0ec52cf6792gryzor <!-- Parent Project -->
182fc8acda742bd1e79afef96834f0ec52cf6792gryzor <parent>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <groupId>org.forgerock.openam</groupId>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <artifactId>openam-cli</artifactId>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <version>10.1.0-Xpress-SNAPSHOT</version>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq </parent>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq
7ddb12eb8231b3b82b907341b4611d15ecd7e203chrisd <!-- Component Definition -->
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <name>OpenAM CLI Definitions</name>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <description>OpenAM Command Line Definitions</description>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <artifactId>openam-cli-definitions</artifactId>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <packaging>jar</packaging>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <!-- Build -->
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <build>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <plugins>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <plugin>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <groupId>org.apache.maven.plugins</groupId>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <artifactId>maven-jar-plugin</artifactId>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <configuration>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <archive>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <index>true</index>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd <manifestEntries>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <Specification-Title>OpenAM CLI Definitions</Specification-Title>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq <Specification-Vendor>ForgeRock</Specification-Vendor>
410fb3dae647b1909b9390b7551fa4458ec0df9dminfrin <Implementation-Title>OpenAM CLI Definitions</Implementation-Title>
6fe26506780e73be2a412d758af77fafdf03291and <Implementation-Version>${project.version} - ${maven.build.timestamp}
e4b51341fe9ed6eff726ae8579a6cd097643f387gryzor </Implementation-Version>
f0fa55ff14fa0bf8fd72d989f6625de6dc3260c8igalic <Implementation-Vendor>ForgeRock</Implementation-Vendor>
a0041cd68daaafdff8582777b159982504782124gryzor <Built-By>${user.name}</Built-By>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <Build-Jdk>${java.version}</Build-Jdk>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <Build-Time>${maven.build.timestamp}</Build-Time>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <Version>${project.version}</Version>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <Create-On>${maven.build.timestamp}</Create-On>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <SVN-Revision>R${svn-revision.revision}</SVN-Revision>
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <!-- TODO Add License to Manifest -->
c44eeebd065e2c8cd028016b45c58afb480aaf8fdruggeri <License />
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq </manifestEntries>
9335f6d807d76d60e54af4ededdebebddb3e3d13noodl </archive>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd </configuration>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd </plugin>
b86121f212a2da547f4e5bd1c774eea9ea699e9echrisd </plugins>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq </build>
fb1348a63514f29a5a54fa4a7c412f85fd42b4ebniq</project>
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh