2007-02-06 13:18:14 -05: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">
|
2005-10-06 16:53:08 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-12-11 18:08:33 -05:00
|
|
|
<groupId>org.acegisecurity</groupId>
|
2005-10-06 16:53:08 -04:00
|
|
|
<artifactId>acegi-security-parent</artifactId>
|
2006-06-22 13:29:52 -04:00
|
|
|
<version>1.1-SNAPSHOT</version>
|
2005-12-22 11:17:37 -05:00
|
|
|
<name>Acegi Security System for Spring - Parent</name>
|
2005-10-06 16:53:08 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>core</module>
|
|
|
|
<module>core-tiger</module>
|
|
|
|
<module>adapters</module>
|
|
|
|
</modules>
|
|
|
|
|
2005-12-11 18:08:33 -05:00
|
|
|
<description>Acegi Security System for Spring</description>
|
|
|
|
<organization>
|
|
|
|
<name>Acegi Technology Pty Limited</name>
|
|
|
|
<url>http://sourceforge.net/projects/acegisecurity</url>
|
|
|
|
<!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&type=5</logo>-->
|
|
|
|
</organization>
|
|
|
|
<inceptionYear>2004</inceptionYear>
|
|
|
|
<!--<logo>http://acegisecurity.org/logo.gif</logo>-->
|
|
|
|
<url>http://acegisecurity.org/</url>
|
|
|
|
|
|
|
|
<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>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<scm>
|
2006-06-22 13:29:52 -04:00
|
|
|
<connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
|
|
|
|
<url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
|
2005-12-11 18:08:33 -05:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<issueManagement>
|
|
|
|
<system>bugzilla</system>
|
|
|
|
<url>http://jira.codehaus.org/browse/MNG</url>
|
|
|
|
</issueManagement>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
2006-07-18 13:34:27 -04:00
|
|
|
<id>sourceforge.net</id>
|
2005-12-11 18:08:33 -05:00
|
|
|
<name>Acegi Releases Repository at Sourceforge</name>
|
|
|
|
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
2006-07-18 13:34:27 -04:00
|
|
|
<id>sourceforge.net</id>
|
2005-12-11 18:08:33 -05:00
|
|
|
<name>Acegi Snapshots Repository at Sourceforge</name>
|
|
|
|
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
<site>
|
2006-07-18 13:34:27 -04:00
|
|
|
<id>sourceforge.net</id>
|
2006-06-19 19:24:06 -04:00
|
|
|
<name>Acegi Website at Sourceforge</name>
|
|
|
|
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2</url>
|
2005-12-11 18:08:33 -05:00
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
2006-07-18 13:34:27 -04:00
|
|
|
<id>sourceforge.net</id>
|
2005-12-11 18:08:33 -05:00
|
|
|
<name>Acegi snapshot repository</name>
|
|
|
|
<url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
|
2006-04-25 12:32:04 -04:00
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2005-12-11 18:08:33 -05:00
|
|
|
</repository>
|
2006-02-02 14:55:15 -05:00
|
|
|
<repository>
|
2006-07-18 13:34:27 -04:00
|
|
|
<id>apache.org</id>
|
2006-02-02 14:55:15 -05:00
|
|
|
<name>Apache snapshot repository</name>
|
2006-04-25 12:32:04 -04:00
|
|
|
<url>http://svn.apache.org/maven-snapshot-repository</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</releases>
|
2006-02-02 14:55:15 -05:00
|
|
|
</repository>
|
2005-12-11 18:08:33 -05:00
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>Acegi Developer List</name>
|
|
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
|
|
|
|
<!--
|
|
|
|
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
|
|
|
|
<post>acegisecurity-developer@lists.sourceforge.net</post>
|
|
|
|
-->
|
|
|
|
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
|
|
|
|
<otherArchives>
|
|
|
|
<otherArchive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</otherArchive>
|
|
|
|
<otherArchive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</otherArchive>
|
|
|
|
</otherArchives>
|
|
|
|
</mailingList>
|
|
|
|
<mailingList>
|
|
|
|
<name>Spring User List</name>
|
|
|
|
<!--
|
|
|
|
<subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
|
|
|
<post>users@maven.apache.org</post>
|
|
|
|
-->
|
|
|
|
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
|
|
|
|
</mailingList>
|
|
|
|
</mailingLists>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Ben Alex</name>
|
|
|
|
<id>benalex</id>
|
|
|
|
<email>benalex at users.sourceforge.net</email>
|
|
|
|
<organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
</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>
|
|
|
|
<developer>
|
|
|
|
<name>Carlos Sanchez</name>
|
|
|
|
<id>carlossg</id>
|
|
|
|
<email>carlossg at users.sourceforge.net</email>
|
|
|
|
<timezone>+1</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Luke Taylor</name>
|
|
|
|
<id>luke_t</id>
|
|
|
|
<email>luke at monkeymachine.ltd.uk</email>
|
|
|
|
<organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
|
|
|
|
<timezone>0</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Ray Krueger</name>
|
|
|
|
<id>raykrueger</id>
|
|
|
|
<email>raykrueger at users.sourceforge.net</email>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Robert Sanders</name>
|
|
|
|
<id>robertsanders</id>
|
|
|
|
<email>robertsanders at users.sourceforge.net</email>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Mark St.Godard</name>
|
|
|
|
<id>markstg</id>
|
|
|
|
<email>markstg at users.sourceforge.net</email>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
<contributors>
|
2006-10-13 20:14:13 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Alan Stewart</name>
|
|
|
|
</contributor>
|
2005-12-11 18:08:33 -05:00
|
|
|
<contributor>
|
|
|
|
<name>Cameron Braid</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Patrick Burleson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Wesley Hall</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Scott Evans</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Travis Gregg</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Karel Miarka</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>James Monaghan</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Andrew Petro</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Aaron Tang</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Orlando Garcia Carmona</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Joni Suominen</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Sergio Berna</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Paulo Neves</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Mike Perham</name>
|
|
|
|
</contributor>
|
2007-04-20 10:47:04 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Robin Bramley</name>
|
|
|
|
</contributor>
|
2005-12-11 18:08:33 -05:00
|
|
|
</contributors>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
2005-10-06 16:53:08 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<source>1.3</source>
|
|
|
|
<target>1.3</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2006-08-22 11:45:18 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>test-jar</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2006-09-04 18:44:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>2.0</version>
|
|
|
|
</plugin>
|
2005-10-06 16:53:08 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2005-11-07 17:57:15 -05:00
|
|
|
<configuration>
|
|
|
|
<includes>
|
2006-06-19 19:24:06 -04:00
|
|
|
<include>**/*Tests.class</include>
|
2005-11-07 17:57:15 -05:00
|
|
|
</includes>
|
|
|
|
<excludes>
|
2006-06-19 19:24:06 -04:00
|
|
|
<exclude>**/Abstract*</exclude>
|
2005-11-07 17:57:15 -05:00
|
|
|
</excludes>
|
2006-06-22 12:56:09 -04:00
|
|
|
<forkMode>once</forkMode>
|
2007-02-06 13:18:14 -05:00
|
|
|
<systemProperties>
|
|
|
|
<!-- The working directory for the embedded apache Ldap test server -->
|
|
|
|
<property>
|
|
|
|
<name>apacheDSWorkDir</name>
|
|
|
|
<value>${basedir}/target/apacheds-work</value>
|
|
|
|
</property>
|
|
|
|
</systemProperties>
|
2005-11-07 17:57:15 -05:00
|
|
|
</configuration>
|
2005-10-06 16:53:08 -04:00
|
|
|
</plugin>
|
2006-06-19 19:24:06 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<tagBase>https://svn.sourceforge.net/svnroot/acegisecurity/tags</tagBase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2005-11-07 17:57:15 -05:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2005-10-06 16:53:08 -04:00
|
|
|
<plugin>
|
2006-04-25 12:32:04 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
2005-11-07 17:57:15 -05:00
|
|
|
</plugin>
|
2006-06-19 19:24:06 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2007-02-24 16:00:24 -05:00
|
|
|
<configuration>
|
|
|
|
<configLocation>acegi_checkstyle.xml</configLocation>
|
|
|
|
</configuration>
|
2006-06-19 19:24:06 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<links>
|
|
|
|
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/logging/api/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/pool/apidocs/</link>
|
|
|
|
<link>http://www.junit.org/junit/javadoc/</link>
|
|
|
|
<link>http://logging.apache.org/log4j/docs/api/</link>
|
|
|
|
<link>http://jakarta.apache.org/regexp/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/velocity/api/</link>
|
|
|
|
<link>http://www.springframework.org/docs/api/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/lang/api/</link>
|
|
|
|
<link>http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/codec/apidocs/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/collections/api/</link>
|
|
|
|
<link>http://jakarta.apache.org/commons/logging/apidocs/</link>
|
|
|
|
<link>http://tomcat.apache.org/tomcat-5.0-doc/servletapi/</link>
|
|
|
|
</links>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2005-11-07 17:57:15 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
2006-06-19 19:24:06 -04:00
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
2005-10-06 16:53:08 -04:00
|
|
|
</plugin>
|
2006-08-22 11:45:18 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>clirr-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2005-10-06 16:53:08 -04:00
|
|
|
</plugins>
|
2005-11-07 17:57:15 -05:00
|
|
|
</reporting>
|
|
|
|
|
2005-12-24 19:21:49 -05:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2006-05-03 13:38:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-mock</artifactId>
|
2006-11-15 17:54:54 -05:00
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-remoting</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-support</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
2006-05-03 13:38:19 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>1.2.9</version>
|
|
|
|
<optional>true</optional>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2005-12-24 19:21:49 -05:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2006-11-15 17:54:54 -05:00
|
|
|
|
|
|
|
<properties>
|
|
|
|
<spring.version>1.2.8</spring.version>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
</project>
|