2011-11-02 16:31:29 +00:00
<?xml version="1.0" encoding="UTF-8"?>
2013-07-29 21:40:26 +00:00
<!--
2014-01-20 17:38:42 +00:00
Copyright 2014 The MITRE Corporation
2013-07-29 21:40:26 +00:00
and the MIT Kerberos and Internet Trust Consortium
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
2013-09-23 21:19:09 +00:00
--><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" >
2011-11-02 16:31:29 +00:00
<modelVersion > 4.0.0</modelVersion>
<groupId > org.mitre</groupId>
2012-01-04 19:15:03 +00:00
<artifactId > openid-connect-parent</artifactId>
2014-08-06 01:54:47 +00:00
<version > 1.1.9</version>
2013-04-02 16:42:40 +00:00
<name > MITREid Connect</name>
2012-01-04 15:00:45 +00:00
<packaging > pom</packaging>
2013-04-02 16:42:40 +00:00
<parent >
<groupId > org.sonatype.oss</groupId>
<artifactId > oss-parent</artifactId>
<version > 7</version>
</parent>
<licenses >
<license >
<name > The Apache Software License, Version 2.0</name>
<url > http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution > repo</distribution>
<comments > A business-friendly OSS license</comments>
</license>
</licenses>
<modules >
<module > openid-connect-common</module>
<module > openid-connect-client</module>
2013-06-10 14:09:47 +00:00
<module > openid-connect-server</module>
2013-09-23 21:19:09 +00:00
<module > openid-connect-server-webapp</module>
</modules>
2012-01-06 21:49:22 +00:00
2013-04-02 16:42:40 +00:00
<scm >
<connection > scm:git:https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git</connection>
<developerConnection > scm:git:git@github.com:mitreid-connect/OpenID-Connect-Java-Spring-Server.git</developerConnection>
<url > https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server.git</url>
<tag > HEAD</tag>
</scm>
<developers >
<developer >
<id > jricher</id>
<name > Justin Richer</name>
<email > jricher@mitre.org</email>
</developer>
<developer >
<id > aanganes</id>
<name > Amanda Anganes</name>
<email > aanganes@mitre.org</email>
</developer>
</developers>
2013-06-10 14:09:47 +00:00
<mailingLists >
<mailingList >
<archive > https://mailman.mit.edu/mailman/listinfo/mitreid-connect</archive>
<name > MITREid Connect Mailing List</name>
<post > mitreid-connect@mit.edu</post>
</mailingList>
</mailingLists>
2011-11-02 16:31:29 +00:00
<properties >
<java-version > 1.6</java-version>
2013-08-05 20:31:56 +00:00
<org.springframework-version > 3.2.3.RELEASE</org.springframework-version>
2014-08-06 01:48:38 +00:00
<org.slf4j-version > 1.7.2</org.slf4j-version>
2013-08-06 14:20:11 +00:00
<spring.security.version > 3.1.4.RELEASE</spring.security.version>
2011-11-02 16:31:29 +00:00
</properties>
2013-06-10 14:09:47 +00:00
<description > A reference implementation of OpenID Connect (http://openid.net/connect/) and OAuth 2.0 built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.</description>
2013-04-02 16:42:40 +00:00
<url > https://github.com/mitreid-connect</url>
2013-03-04 21:00:12 +00:00
<build >
2013-04-02 20:38:45 +00:00
<pluginManagement >
2013-03-04 21:00:12 +00:00
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-jar-plugin</artifactId>
<version > 2.4</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-war-plugin</artifactId>
<version > 2.2</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-archiver</artifactId>
<version > 2.5</version>
</plugin>
2013-04-02 20:38:45 +00:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<version > 2.9</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-deploy-plugin</artifactId>
<version > 2.7</version>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
<version > 2.2</version>
</plugin>
2013-04-29 15:47:15 +00:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
<version > 2.5.1</version>
</plugin>
2014-01-22 01:37:39 +00:00
<plugin >
<groupId > org.eclipse.jetty</groupId>
<artifactId > jetty-maven-plugin</artifactId>
<version > 9.1.1.v20140108</version>
</plugin>
2013-04-02 20:38:45 +00:00
</plugins>
</pluginManagement>
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<configuration >
<author > true</author>
<version > true</version>
<use > true</use>
<linksource > true</linksource>
<windowtitle > MITREid Connect v. ${project.version}</windowtitle>
<doctitle > MITREid Connect v. ${project.version}</doctitle>
<overview > ${basedir}/src/main/javadoc/overview.html</overview>
</configuration>
<executions >
<execution >
<id > attach-javadocs</id>
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-deploy-plugin</artifactId>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-source-plugin</artifactId>
<executions >
<execution >
<id > attach-sources</id>
<goals >
<goal > jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-compiler-plugin</artifactId>
</plugin>
2014-02-16 06:28:56 +00:00
<plugin >
<inherited > true</inherited>
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-enforcer-plugin</artifactId>
<version > 1.3</version>
<executions >
<execution >
<id > enforce-maven-3</id>
<goals >
<goal > enforce</goal>
</goals>
<configuration >
<rules >
<requireMavenVersion >
<version > 3.0.2</version>
</requireMavenVersion>
</rules>
<fail > true</fail>
</configuration>
</execution>
</executions>
</plugin>
2013-03-04 21:00:12 +00:00
</plugins>
</build>
2013-04-02 16:42:40 +00:00
<issueManagement >
<url > https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues</url>
<system > GitHub Issues</system>
</issueManagement>
<ciManagement >
<system > Travis CI</system>
<url > https://travis-ci.org/mitreid-connect/OpenID-Connect-Java-Spring-Server</url>
</ciManagement>
2013-04-10 14:20:46 +00:00
<reporting >
2013-04-29 15:47:15 +00:00
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<version > 2.9</version>
<configuration >
<author > true</author>
<version > true</version>
<use > true</use>
<linksource > true</linksource>
<windowtitle > MITREid Connect v. ${project.version}</windowtitle>
<doctitle > MITREid Connect v. ${project.version}</doctitle>
<overview > ${basedir}/src/main/javadoc/overview.html</overview>
</configuration>
</plugin>
2013-07-09 18:01:50 +00:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-checkstyle-plugin</artifactId>
<version > 2.10</version>
2013-07-10 18:39:27 +00:00
<configuration >
<configLocation > checkstyle.xml</configLocation>
</configuration>
2013-07-09 18:01:50 +00:00
</plugin>
2013-07-29 20:21:20 +00:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-surefire-plugin</artifactId>
<configuration >
<junitArtifactName > junit:junit</junitArtifactName>
<excludes >
<exclude > **/*_Roo_*</exclude>
</excludes>
</configuration>
2014-04-04 02:16:08 +00:00
</plugin>
<plugin >
<groupId > org.codehaus.mojo</groupId>
<artifactId > cobertura-maven-plugin</artifactId>
<version > 2.5.2</version>
<configuration >
<formats >
<format > html</format>
<format > xml</format>
</formats>
</configuration>
2013-07-29 20:21:20 +00:00
</plugin>
2013-04-29 15:47:15 +00:00
</plugins>
2013-04-10 14:20:46 +00:00
</reporting>
2013-09-24 18:07:34 +00:00
<dependencies >
<!-- Servlet -->
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > servlet-api</artifactId>
<version > 2.5</version>
<scope > provided</scope>
</dependency>
<dependency >
<groupId > javax.servlet.jsp</groupId>
<artifactId > jsp-api</artifactId>
<version > 2.1</version>
<scope > provided</scope>
</dependency>
<!-- /Servlet -->
<!-- Test -->
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.7</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.easymock</groupId>
<artifactId > easymock</artifactId>
<version > 2.0</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.springframework</groupId>
<artifactId > spring-test</artifactId>
<version > ${org.springframework-version}</version>
<scope > test</scope>
</dependency>
<dependency >
<groupId > org.mockito</groupId>
<artifactId > mockito-all</artifactId>
2013-11-27 17:37:05 +00:00
<version > 1.9.5</version>
2013-09-24 18:07:34 +00:00
<scope > test</scope>
</dependency>
<!-- /Test -->
2013-09-24 18:59:35 +00:00
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-jdk14</artifactId>
<scope > test</scope>
<version > ${org.slf4j-version}</version>
</dependency>
2013-09-24 18:07:34 +00:00
</dependencies>
2013-09-24 18:14:42 +00:00
<repositories >
<repository >
<id > spring-milestone</id>
<name > Spring Maven MILESTONE Repository</name>
<url > http://maven.springframework.org/milestone</url>
</repository>
</repositories>
2014-08-01 06:02:52 +00:00
<profiles >
<profile >
<activation >
<jdk > 1.8</jdk>
</activation>
<build >
<pluginManagement >
<plugins >
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-javadoc-plugin</artifactId>
<version > 2.9</version>
<configuration >
<additionalparam > -Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</profile>
</profiles>
2013-09-23 21:19:09 +00:00
</project>