pom.xml revision 8f54eaf439056db45d07376e058b3a20daa8fd04
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper<?xml version="1.0" encoding="UTF-8"?>
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper<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">
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper <modelVersion>4.0.0</modelVersion>
b4ea7f9e608360b7cab941d07bdd949561ed2911Mark de Reeper
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper<!--
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper *
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * Copyright (c) 2011 ForgeRock AS. All Rights Reserved
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper *
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * The contents of this file are subject to the terms
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * of the Common Development and Distribution License
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * (the License). You may not use this file except in
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * compliance with the License.
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper *
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * You can obtain a copy of the License at
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * http://forgerock.org/license/CDDLv1.0.html
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * See the License for the specific language governing
92a971c897f707d8ddb833f5c5765944216aa2c5Mark de Reeper * permission and limitations under the License.
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper *
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * When distributing Covered Code, include this CDDL
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * Header Notice in each file and include the License file
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * at http://forgerock.org/license/CDDLv1.0.html
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * If applicable, add the following below the CDDL Header,
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * with the fields enclosed by brackets [] replaced by
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * your own identifying information:
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper * "Portions Copyrighted [year] [name of copyright owner]"
b4ea7f9e608360b7cab941d07bdd949561ed2911Mark de Reeper *
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper -->
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <!-- Parent Project -->
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <parent>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <groupId>org.forgerock</groupId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <artifactId>openam</artifactId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <version>10.1.0-SNAPSHOT</version>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </parent>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <!-- Component Definition -->
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <name>OpenAM Client SDK</name>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <description>OpenAM Java Client SDK
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </description>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <artifactId>openam-clientsdk</artifactId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <version>10.1.0-SNAPSHOT</version>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <packaging>jar</packaging>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <organization>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <name>ForgeRock</name>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <url>http://www.forgerock.com</url>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </organization>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <!-- Build -->
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <build>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <plugins>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <plugin>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <inherited>true</inherited>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <groupId>org.apache.maven.plugins</groupId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <artifactId>maven-compiler-plugin</artifactId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <configuration>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <source>${java.source.version}</source>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <target>${java.target.version}</target>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <encoding>UTF-8</encoding>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </configuration>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </plugin>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <!-- Surefire Tests -->
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <plugin>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <groupId>org.apache.maven.plugins</groupId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <artifactId>maven-surefire-plugin</artifactId>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <configuration>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <systemPropertyVariables>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <templateLoaderPath>${notification.template.path}</templateLoaderPath>
2cc95dbc58e3f64c9a1b47d5d6653149c6fa2387Mark de Reeper </systemPropertyVariables>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <excludes>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper <exclude>**/IT_*</exclude>
6406210b71fd4a97800f32f3613eea9b6a6a12ceMark de Reeper </excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<index>true</index>
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
</manifest>
<manifestEntries>
<Specification-Title>OpenAM Java CLient SDK</Specification-Title>
<Specification-Version>${project.version} - ${maven.build.timestamp}</Specification-Version>
<Specification-Vendor>ForgeRock</Specification-Vendor>
<Implementation-Title>OpenAM Java Client SDK</Implementation-Title>
<Implementation-Version>${project.version} - ${maven.build.timestamp}</Implementation-Version>
<Implementation-Vendor>ForgeRock</Implementation-Vendor>
<Built-By>${user.name}</Built-By>
<Build-Jdk>${java.version}</Build-Jdk>
<Build-Time>${maven.build.timestamp}</Build-Time>
<Version>${project.version}</Version>
<Create-On>${maven.build.timestamp}</Create-On>
<SVN-Revision>R${svn-revision.revision}</SVN-Revision>
<!-- TODO Add License to Manifest -->
<License></License>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>version_information.txt</exclude>
</excludes>
</resource>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
<includes>
<include>version_information.txt</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
<filtering>false</filtering>
<directory>src/test/resources</directory>
<includes>
<include>**/*</include>
</includes>
</testResource>
</testResources>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-shared</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-core</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-oauth</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
</dependency>
</dependencies>
</project>