2004-11-09 17:30:50 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2004-11-19 18:51:41 -05:00
<!--
* ========================================================================
*
* Copyright 2004 Acegi Technology Pty Limited
*
* 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.
*
* ========================================================================
-->
2004-06-08 19:46:41 -04:00
<project >
2004-11-09 17:30:50 -05:00
<pomVersion > 3</pomVersion>
<groupId > acegisecurity</groupId>
<currentVersion > 0.7-SNAPSHOT</currentVersion>
<package > net.sf.acegisecurity</package>
<description > Acegi Security System for Spring</description>
<shortDescription > Acegi Security System for Spring</shortDescription>
2004-11-19 19:09:28 -05:00
<organization >
<name > Acegi Security</name>
2004-11-19 19:26:08 -05:00
<url > http://sourceforge.net/projects/acegisecurity</url>
2004-11-19 19:09:28 -05:00
<logo > http://sourceforge.net/sflogo.php?group_id=104215& type=5</logo>
</organization>
2004-11-20 05:31:38 -05:00
<inceptionYear > 2004</inceptionYear>
2004-11-19 19:09:28 -05:00
<logo > http://acegisecurity.sourceforge.net/logo.gif</logo>
2004-11-09 17:30:50 -05:00
<url > http://acegisecurity.sourceforge.net/</url>
2004-11-19 18:51:41 -05:00
2004-11-13 17:28:34 -05:00
<siteAddress > shell.sourceforge.net</siteAddress>
<siteDirectory > /home/groups/a/ac/acegisecurity/htdocs</siteDirectory>
<distributionSite > shell.sourceforge.net</distributionSite>
<distributionDirectory > /home/groups/a/ac/acegisecurity/htdocs/maven</distributionDirectory>
2004-11-19 18:51:41 -05:00
2004-11-09 17:30:50 -05:00
<repository >
<developerConnection > scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/acegisecurity:acegisecurity</developerConnection>
<url > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/acegisecurity/acegisecurity/</url>
</repository>
2004-11-19 18:51:41 -05:00
2004-11-09 17:30:50 -05:00
<mailingLists >
<mailingList >
<name > Acegi Developer List</name>
2004-11-19 19:05:41 -05:00
<subscribe > https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
2004-11-09 17:30:50 -05:00
<archive > http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
</mailingList>
2004-11-19 19:05:41 -05:00
<mailingList >
<name > Acegi Developer List (at GMane)</name>
<archive > http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</archive>
</mailingList>
<mailingList >
<name > Acegi Developer List (at mail-archive.com)</name>
<archive > http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</archive>
</mailingList>
2004-11-09 17:30:50 -05:00
<mailingList >
<name > Spring User List</name>
<archive > http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
</mailingList>
</mailingLists>
2004-11-19 18:51:41 -05:00
2004-11-09 17:30:50 -05:00
<developers >
<developer >
<name > Ben Alex</name>
<id > benalex</id>
<email > benalex at users.sourceforge.net</email>
2004-11-19 18:51:41 -05:00
<organization > Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
<roles >
<role > Original developer</role>
<role > Project leader</role>
</roles>
2004-11-09 17:30:50 -05:00
</developer>
<developer >
<name > Francois Beausoleil</name>
<id > fbos</id>
<email > fbos at users.sourceforge.net</email>
</developer>
<developer >
<name > Colin Sampaleanu</name>
<id > colins</id>
<email > colinml1 at exis.com</email>
</developer>
2004-11-19 18:51:41 -05:00
<developer >
<name > Carlos Sanchez</name>
<id > carlossg</id>
<email > carlossg at users.sourceforge.net</email>
<roles >
<role > Maven support</role>
</roles>
<timezone > +1</timezone>
</developer>
2004-11-09 17:30:50 -05:00
<developer >
<name > Luke Taylor</name>
<id > luke_t</id>
<email > luke at monkeymachine.ltd.uk</email>
</developer>
<developer >
<name > Ray Krueger</name>
<id > raykrueger</id>
<email > raykrueger at users.sourceforge.net</email>
</developer>
</developers>
2004-11-19 18:51:41 -05:00
<contributors >
<contributor >
<name > Cameron Braid</name>
<id > CameronBraid</id>
<roles >
<role > Commons Attributes configuration support</role>
</roles>
</contributor>
<contributor >
<name > Patrick Burleson</name>
<roles >
<role > weblogic support</role>
</roles>
</contributor>
<contributor >
<name > Wesley Hall</name>
<roles >
<role > Authentication exception handling</role>
</roles>
</contributor>
<contributor >
<name > Scott Evans</name>
<roles >
<role > Taglib improvements</role>
</roles>
</contributor>
<contributor >
<name > Travis Gregg</name>
<roles >
<role > Fix to EH-CACHE usage after web context refresh</role>
</roles>
</contributor>
<contributor >
<name > Karel Miarka</name>
<roles >
<role > Fix for EH-CACHE NPEs, additional event handling for DaoAuthenticationProvider, and the PasswordAuthenticationProvider-related (including LDAP DAO) classes</role>
</roles>
</contributor>
<contributor >
<name > James Monaghan</name>
<roles >
2004-11-19 23:03:55 -05:00
<role > ContextPropagatingRemoteInvocation support classes</role>
2004-11-19 18:51:41 -05:00
</roles>
</contributor>
<contributor >
<name > Andrew Petro</name>
<roles >
<role > Documentation</role>
</roles>
</contributor>
</contributors>
2004-11-09 17:30:50 -05:00
<dependencies >
<dependency >
<groupId > ehcache</groupId>
<artifactId > ehcache</artifactId>
2004-11-19 23:03:55 -05:00
<version > 0.9</version>
<type > jar</type>
2004-11-09 17:30:50 -05:00
<url > http://ehcache.sourceforge.net</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > aopalliance</groupId>
<artifactId > aopalliance</artifactId>
<version > 1.0</version>
<url > http://aopalliance.sourceforge.net</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > commons-codec</groupId>
<artifactId > commons-codec</artifactId>
<version > 1.2</version>
<url > http://jakarta.apache.org/commons</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > commons-collections</groupId>
<artifactId > commons-collections</artifactId>
<version > 3.0</version>
<url > http://jakarta.apache.org/commons</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > commons-logging</groupId>
<artifactId > commons-logging</artifactId>
<version > 1.0</version>
<url > http://jakarta.apache.org/commons</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > jstl</groupId>
<artifactId > jstl</artifactId>
<version > 1.0.2</version>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > servletapi</groupId>
<artifactId > servletapi</artifactId>
<version > 2.3</version>
</dependency>
<dependency >
<groupId > oro</groupId>
<artifactId > oro</artifactId>
<version > 2.0.7</version>
<url > http://jakarta.apache.org/oro/</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > hsqldb</groupId>
<artifactId > hsqldb</artifactId>
<version > 1.7.2-rc6c</version>
<url > http://hsqldb.sourceforge.net/</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-core</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-dao</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-orm</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-context</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-aop</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-web</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > springframework</groupId>
<artifactId > spring-mock</artifactId>
2004-11-16 07:14:09 -05:00
<version > 1.1.2</version>
2004-11-09 17:30:50 -05:00
<url > http://www.springframework.org</url>
</dependency>
<dependency >
<groupId > commons-attributes</groupId>
<artifactId > commons-attributes-api</artifactId>
<version > 2.1</version>
<url > http://jakarta.apache.org/commons</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > commons-attributes</groupId>
<artifactId > commons-attributes-compiler</artifactId>
<version > 2.1</version>
<url > http://jakarta.apache.org/commons</url>
</dependency>
<dependency >
<groupId > taglibs</groupId>
<artifactId > standard</artifactId>
<version > 1.0.4</version>
<url > http://jakarta.apache.org/taglibs/</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > cas</groupId>
<artifactId > casclient</artifactId>
<version > 2.0.11</version>
<url > http://www.yale.edu/tp/cas</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > aspectj</groupId>
<artifactId > aspectjrt</artifactId>
<version > 1.2</version>
<url > http://www.eclipse.org/aspectj</url>
<properties >
<war.bundle > true</war.bundle>
</properties>
</dependency>
<dependency >
<groupId > maven-plugins</groupId>
<artifactId > maven-findbugs-plugin</artifactId>
<version > 0.8.4</version>
<type > plugin</type>
</dependency>
<dependency >
<groupId > statcvs</groupId>
<artifactId > maven-statcvs-plugin</artifactId>
<version > 2.5</version>
<type > plugin</type>
</dependency>
</dependencies>
<build >
<sourceDirectory > ${basedir}/src/main/java</sourceDirectory>
<unitTestSourceDirectory > ${basedir}/src/test/java</unitTestSourceDirectory>
<unitTest >
<includes >
<include > **/*Tests.java</include>
</includes>
<resources >
<resource >
<directory > ${basedir}/src/test/resources</directory>
<includes >
<include > **/**</include>
</includes>
<excludes >
<exclude > **/*.java</exclude>
</excludes>
<filtering > false</filtering>
</resource>
</resources>
</unitTest>
<resources >
2004-11-19 18:51:41 -05:00
<resource >
<directory > ${rootdir}</directory>
<targetPath > META-INF</targetPath>
<includes >
<include > notice.txt</include>
</includes>
</resource>
2004-11-09 17:30:50 -05:00
<resource >
<directory > ${basedir}/src/main/resources</directory>
<includes >
<include > **/**</include>
</includes>
<filtering > false</filtering>
</resource>
</resources>
</build>
<reports >
<report > maven-changelog-plugin</report>
2004-11-19 18:51:41 -05:00
<report > maven-checkstyle-plugin</report>
<report > maven-clover-plugin</report>
2004-11-09 17:30:50 -05:00
<report > maven-developer-activity-plugin</report>
<report > maven-file-activity-plugin</report>
<report > maven-javadoc-plugin</report>
<report > maven-jdepend-plugin</report>
<report > maven-junit-report-plugin</report>
<report > maven-jxr-plugin</report>
<report > maven-license-plugin</report>
<report > maven-pmd-plugin</report>
<report > maven-simian-plugin</report>
<report > maven-tasklist-plugin</report>
2004-11-19 18:51:41 -05:00
2004-11-09 17:30:50 -05:00
<report > maven-findbugs-plugin</report>
<report > maven-statcvs-plugin</report>
</reports>
2004-11-19 18:51:41 -05:00
<versions >
<version >
<id > 0.3</id>
<name > 0.3</name>
<tag > release_0_3</tag>
</version>
<version >
<id > 0.4</id>
<name > 0.4</name>
<tag > release_0_4</tag>
</version>
<version >
<id > 0.5</id>
<name > 0.5</name>
<tag > release_0_5</tag>
</version>
<version >
<id > 0.5.1</id>
<name > 0.5.1</name>
<tag > release_0_51</tag>
</version>
<version >
<id > 0.6</id>
<name > 0.6</name>
<tag > release_0_6</tag>
</version>
<version >
<id > 0.6.1</id>
<name > 0.6.1</name>
<tag > release_0_6_1</tag>
</version>
</versions>
2004-11-09 17:30:50 -05:00
</project>
2004-11-08 17:11:24 -05:00