pom clean up
This commit is contained in:
parent
41db46a834
commit
3cb94af0b1
251
pom.xml
251
pom.xml
@ -1,197 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ Licensed to Jasig under one or more contributor license
|
||||
~ agreements. See the NOTICE file distributed with this work
|
||||
~ for additional information regarding copyright ownership.
|
||||
~ Jasig licenses this file to you 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 the following location:
|
||||
~
|
||||
~ 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.
|
||||
-->
|
||||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<!-- <groupId>com.wacai.loan</groupId> -->
|
||||
<!-- <artifactId>cas-dev</artifactId> -->
|
||||
|
||||
<groupId>org.jasig.cas</groupId>
|
||||
<artifactId>cas-server</artifactId>
|
||||
<version>3.5.2-SNAPSHOT</version>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
<name>Jasig Central Authentication Service</name>
|
||||
<description>Jasig CAS SSO server libraries and Web application.</description>
|
||||
<url>http://www.jasig.org/cas/</url>
|
||||
<inceptionYear>2004</inceptionYear>
|
||||
|
||||
<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">
|
||||
<parent>
|
||||
<groupId>org.jasig.parent</groupId>
|
||||
<artifactId>jasig-parent</artifactId>
|
||||
<version>34</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.jasig.cas</groupId>
|
||||
<artifactId>cas-server</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Jasig Central Authentication Service</name>
|
||||
<description>Jasig CAS SSO server libraries and Web application.</description>
|
||||
<version>3.5.2-SNAPSHOT</version>
|
||||
<url>http://www.jasig.org/cas/</url>
|
||||
<inceptionYear>2004</inceptionYear>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache 2</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>battags</id>
|
||||
<name>Scott Battaglia</name>
|
||||
<email>scott.battaglia@gmail.com</email>
|
||||
<timezone>-5</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>serac</id>
|
||||
<name>Marvin S. Addison</name>
|
||||
<email>marvin.addison@gmail.com</email>
|
||||
<timezone>-5</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
<role>cas-server-support-ldap module lead</role>
|
||||
<role>cas-server-support-x509 module lead</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>wgthom</id>
|
||||
<name>William G. Thompson</name>
|
||||
<email>wgthom@gmail.com</email>
|
||||
<timezone>-5</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>apetro</id>
|
||||
<name>Andrew Petro</name>
|
||||
<email>apetro@unicon.net</email>
|
||||
<timezone>-5</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>leleuj</id>
|
||||
<name>Jérôme Leleu</name>
|
||||
<email>leleuj@gmail.com</email>
|
||||
<timezone>-5</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
<role>cas-server-support-oauth module lead</role>
|
||||
</roles>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>mmoayyed</id>
|
||||
<name>Misagh Moayyed</name>
|
||||
<email>mmoayyed@unicon.net</email>
|
||||
<timezone>-7</timezone>
|
||||
<roles>
|
||||
<role>developer</role>
|
||||
</roles>
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Adam Rybicki</name>
|
||||
<email>arybicki@unicon.net</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Andrew Tillinghast</name>
|
||||
<email>atilling@conncoll.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Arnaud Lesueur</name>
|
||||
<email>arnaud.lesueur@gmail.com</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Dmitriy Kopylenko</name>
|
||||
<email>dima767@gmail.com</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Drew Mazurek</name>
|
||||
<email>dmazurek@unicon.net</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Eric Dalquist</name>
|
||||
<email>eric.dalquist@doit.wisc.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Eric Pierce</name>
|
||||
<email>epierce@usf.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Frederic Esnault</name>
|
||||
<email>esnault.frederic@gmail.com</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Howard Gilbert</name>
|
||||
<email>Howard.Gilbert@yale.edu</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Jan Van der Velpen</name>
|
||||
<email>velpi@industria.be</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>John Martin</name>
|
||||
<email>jmartin@unicon.net</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>MarcAntoine Garrigue</name>
|
||||
<email>marc.antoine.garrigue@gmail.com</email>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Mihir Patel</name>
|
||||
<email>exploremihir@gmail.com</email>
|
||||
</contributor>
|
||||
</contributors>
|
||||
|
||||
<issueManagement>
|
||||
<system>Jira</system>
|
||||
<url>https://issues.jasig.org/browse/CAS</url>
|
||||
</issueManagement>
|
||||
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>cas-user</name>
|
||||
<subscribe>join-cas-user@lists.jasig.org</subscribe>
|
||||
<unsubscribe>leave-cas-user@lists.jasig.org</unsubscribe>
|
||||
<post>cas-user@lists.jasig.org</post>
|
||||
<archive>https://lists.wisc.edu/read/?forum=cas-user</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>cas-dev</name>
|
||||
<subscribe>join-cas-dev@lists.jasig.org</subscribe>
|
||||
<unsubscribe>leave-cas-dev@lists.jasig.org</unsubscribe>
|
||||
<post>cas-dev@lists.jasig.org</post>
|
||||
<archive>https://lists.wisc.edu/read/?forum=cas-dev</archive>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
<name>cas-announce</name>
|
||||
<subscribe>join-cas-announce@lists.jasig.org</subscribe>
|
||||
<unsubscribe>leave-cas-announce@lists.jasig.org</unsubscribe>
|
||||
<post>cas-announce@lists.jasig.org</post>
|
||||
<archive>https://lists.wisc.edu/read/?forum=cas-announce</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:Jasig/cas.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:Jasig/cas.git</developerConnection>
|
||||
<url>https://github.com/Jasig/cas</url>
|
||||
</scm>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
@ -803,52 +634,6 @@ pTSqrOnmqmUUnopqmvummmmmmUUnopqmvummmmmmUUA1jJ
|
||||
<module>cas-server-support-jdbc</module>
|
||||
</modules>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>index</report>
|
||||
<report>project-team</report>
|
||||
<report>mailing-list</report>
|
||||
<report>issue-tracking</report>
|
||||
<report>license</report>
|
||||
<report>scm</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.9.1</version>
|
||||
</plugin>
|
||||
<!--
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<minmemory>128m</minmemory>
|
||||
<maxmemory>512</maxmemory>
|
||||
</configuration>
|
||||
</plugin>-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.7.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>ci</id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user