pom.xml revision 5d4589530d1353fdd627ab216a1cdcbcaf6b705e
5cd4555ad444fd391002ae32450572054369fd42Rob Austein<?xml version="1.0" encoding="UTF-8"?>
5cd4555ad444fd391002ae32450572054369fd42Rob Austein<!--
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington *
39844d471080b2de4f8bb9d81f7e136ef80f0ae2Automatic Updater * Copyright 2013-2015 ForgeRock AS.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews *
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington * The contents of this file are subject to the terms
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater * of the Common Development and Distribution License
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington * (the License). You may not use this file except in
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington * compliance with the License.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * You can obtain a copy of the License at
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * http://forgerock.org/license/CDDLv1.0.html
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * See the License for the specific language governing
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * permission and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews *
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * When distributing Covered Code, include this CDDL
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews * Header Notice in each file and include the License file
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington * at http://forgerock.org/license/CDDLv1.0.html
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews * If applicable, add the following below the CDDL Header,
6a550cb83cc2196f8af0592a258f75985cdcb5ebJeremy Reed * with the fields enclosed by brackets [] replaced by
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews * your own identifying information:
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington * "Portions Copyrighted [year] [name of copyright owner]"
6a550cb83cc2196f8af0592a258f75985cdcb5ebJeremy Reed*
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington-->
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington<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">
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <modelVersion>4.0.0</modelVersion>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins <!-- Parent Project -->
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <parent>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <groupId>org.forgerock.openam</groupId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <artifactId>openam</artifactId>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <version>13.0.0</version>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </parent>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <!-- Component Definition -->
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <name>OpenAM Annotations</name>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <description>OpenAM Annotations</description>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <artifactId>openam-annotations</artifactId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <packaging>jar</packaging>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
4b3f3cc67135e676a9b3b688685fb59e3494b0e6Mark Andrews <properties>
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews <checkstyleFailOnError>true</checkstyleFailOnError>
3398334b3acda24b086957286288ca9852662b12Automatic Updater </properties>
39844d471080b2de4f8bb9d81f7e136ef80f0ae2Automatic Updater
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <!-- Build -->
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <build>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <plugins>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <plugin>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <groupId>org.apache.maven.plugins</groupId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <artifactId>maven-jar-plugin</artifactId>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <configuration>
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews <archive>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <index>true</index>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <manifest>
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein <addClasspath>true</addClasspath>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <classpathPrefix>lib/</classpathPrefix>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </manifest>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <manifestEntries>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Specification-Title>OpenAM Annotations</Specification-Title>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Specification-Vendor>ForgeRock</Specification-Vendor>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Implementation-Title>OpenAM Annotations</Implementation-Title>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews <Implementation-Vendor>ForgeRock</Implementation-Vendor>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Built-By>${user.name}</Built-By>
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews <Build-Jdk>${java.version}</Build-Jdk>
50105afc551903541608b11851d73278b23579a3Mark Andrews <Build-Time>${maven.build.timestamp}</Build-Time>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington <Version>${project.version}</Version>
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews <Create-On>${maven.build.timestamp}</Create-On>
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews <Revision>${git.short.sha1}</Revision>
6ed53e5949d9fcd9715b440015b56e5a896d63dfDavid Hankins </manifestEntries>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </archive>
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews </configuration>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </plugin>
2534a73a5914470f7ffe00663b6bbaff5e411e57Mark Andrews </plugins>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington </build>
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews</project>
0b062f4990db5cc6db2fe3398926f71b92a67407Brian Wellington