pom.xml revision eb52057261d1d0ee64d1e2bb791d341f42e623ce
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts<?xml version="1.0" encoding="UTF-8"?>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major<!--
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ Copyright (c) 2012 ForgeRock Inc. All rights reserved.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ The contents of this file are subject to the terms
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ of the Common Development and Distribution License
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ (the License). You may not use this file except in
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ compliance with the License.
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ You can obtain a copy of the License at
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ http://forgerock.org/license/CDDLv1.0.html
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ See the License for the specific language governing
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major ~ permission and limitations under the License.
7bf512aea50c834dc9c3ef5a0a228059fcc753a5jenkins ~
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ When distributing Covered Code, include this CDDL
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ Header Notice in each file and include the License file
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ at http://forgerock.org/license/CDDLv1.0.html
2d8eba3efb0ced5c2ab004e5b3e949094747aeb3jenkins ~ If applicable, add the following below the CDDL Header,
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ with the fields enclosed by brackets [] replaced by
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ your own identifying information:
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts ~ "Portions Copyrighted [year] [name of copyright owner]"
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts -->
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts
fba815ec883afa7d9675096f5266e43b224bbec4Peter Major<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
f2fd1e141349fb083bda610ac06557010f0395e4Phill Cunnington xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
f2fd1e141349fb083bda610ac06557010f0395e4Phill Cunnington <modelVersion>4.0.0</modelVersion>
f2fd1e141349fb083bda610ac06557010f0395e4Phill Cunnington <parent>
f2fd1e141349fb083bda610ac06557010f0395e4Phill Cunnington <groupId>org.forgerock</groupId>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <artifactId>openam-oauth2</artifactId>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <version>10.1.0-SNAPSHOT</version>
0fb4093da08d574d3d1b661d4425dfbac8e02aabJames Phillpotts </parent>
0fb4093da08d574d3d1b661d4425dfbac8e02aabJames Phillpotts
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <groupId>org.forgerock</groupId>
a093731116a8c24d49b903df7602cf586e499b45Phill Cunnington <artifactId>openam-oauth2-openam-extension</artifactId>
a093731116a8c24d49b903df7602cf586e499b45Phill Cunnington <version>10.1.0-SNAPSHOT</version>
00ee10d4b5163de34bd3f7256ef2fb7c6dc7202aPhill Cunnington <packaging>jar</packaging>
a093731116a8c24d49b903df7602cf586e499b45Phill Cunnington
a093731116a8c24d49b903df7602cf586e499b45Phill Cunnington <name>OpenAM OAuth2 OpenAM Extensions</name>
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts <build>
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts <pluginManagement>
ccf9d4a5c6453fa9f8b839baeee25147865fbb7dJames Phillpotts <plugins>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <plugin>
3c3d1dc7ea7a6bcfbf70f639d6ffb438bd6fc7d5Neil Madden <groupId>org.apache.maven.plugins</groupId>
3c3d1dc7ea7a6bcfbf70f639d6ffb438bd6fc7d5Neil Madden <artifactId>maven-javadoc-plugin</artifactId>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <configuration>
1b5cb8422c825dbdc6d7669e74f285cede6ab71cJames Phillpotts <aggregate>true</aggregate>
f0b8f6dd844f8752946b865bdd44175863b15812Peter Major <links>
<link>http://docs.oracle.com/javase/6/docs/api</link>
<link>http://openam.forgerock.org/doc/public-api</link>
<link>http://www.restlet.org/documentation/2.1/jse/api</link>
<link>http://www.restlet.org/documentation/2.1/jse/ext</link>
<link>http://www.restlet.org/documentation/2.1/jse/engine</link>
</links>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Private-Package>org.forgerock.restlet.ext.openam.internal.*</Private-Package>
<Export-Package>
org.forgerock.restlet.ext.openam*;version="${project.version}"
</Export-Package>
<Import-Package>*</Import-Package>
<!--Embed-Dependency>amserver,sharedlib</Embed-Dependency>
<_failok>true</_failok-->
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-oauth2-restlet-extension</artifactId>
<version>10.1.0-SNAPSHOT</version>
</dependency>
<!-- OpenAM -->
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-core</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-rest</artifactId>
</dependency>
<dependency>
<groupId>org.forgerock</groupId>
<artifactId>openam-session-ha-core</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.restlet.jse</groupId>
<artifactId>org.restlet</artifactId>
</dependency>
<dependency>
<groupId>org.restlet.osgi</groupId>
<artifactId>org.restlet.ext.servlet</artifactId>
</dependency>
<!-- Test Dependencies -->
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</dependency>
</dependencies>
<profiles>
<profile>
<id>jrebel</id>
<build>
<plugins>
<plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.1.3</version>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Include-Resource>{maven-resources},target/classes/rebel.xml</Include-Resource>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>