123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- <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>org.acegisecurity</groupId>
- <artifactId>acegi-security-parent</artifactId>
- <version>1.0.4-SNAPSHOT</version>
- <name>Acegi Security System for Spring - Parent</name>
- <packaging>pom</packaging>
- <modules>
- <module>core</module>
- <module>core-tiger</module>
- <module>adapters</module>
- <module>samples</module>
- <module>doc</module>
- </modules>
- <description>Acegi Security System for Spring</description>
- <organization>
- <name>Interface21, Inc</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>
- <connection>
- scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
- </connection>
- <developerConnection>
- scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
- </developerConnection>
- <url>
- http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/
- </url>
- </scm>
- <issueManagement>
- <system>jira</system>
- <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
- </issueManagement>
- <distributionManagement>
- <repository>
- <id>sourceforge.net</id>
- <name>Acegi Releases Repository at Sourceforge</name>
- <url>
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
- </url>
- </repository>
- <snapshotRepository>
- <id>sourceforge.net</id>
- <name>Acegi Snapshots Repository at Sourceforge</name>
- <url>
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
- </url>
- </snapshotRepository>
- <site>
- <id>sourceforge.net</id>
- <name>Acegi Website at Sourceforge</name>
- <url>
- scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2
- </url>
- </site>
- </distributionManagement>
- <repositories>
- <repository>
- <id>sourceforge.net</id>
- <name>Acegi snapshot repository</name>
- <url>
- http://acegisecurity.sourceforge.net/repository/snapshots
- </url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- <repository>
- <id>apache.org</id>
- <name>Apache snapshot repository</name>
- <url>http://svn.apache.org/maven-snapshot-repository</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </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>
- </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>
- <developer>
- <name>Vishal Puri</name>
- <id>vishalpuri</id>
- <email>vishalpuri at users.sourceforge.net</email>
- <organization>
- Interface21 Pty Limited (http://www.interface21.com)
- </organization>
- <timezone>+10</timezone>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Alan Stewart</name>
- </contributor>
- <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>
- <contributor>
- <name>Robin Bramley</name>
- </contributor>
- </contributors>
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-help-plugin</artifactId>
- <version>2.0.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <includes>
- <include>**/*Tests.class</include>
- </includes>
- <excludes>
- <exclude>**/Abstract*</exclude>
- </excludes>
- <forkMode>once</forkMode>
- <systemProperties>
- <!-- The working directory for the embedded apache Ldap test server -->
- <property>
- <name>apacheDSWorkDir</name>
- <value>
- ${basedir}/target/apacheds-work
- </value>
- </property>
- </systemProperties>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.3</source>
- <target>1.3</target>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.1</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.0.3</version>
- <configuration>
- <attach>true</attach>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- Other -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-war-plugin</artifactId>
- <version>2.0.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-install-plugin</artifactId>
- <version>2.2</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.3</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-5</version>
- <configuration>
- <tagBase>
- https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
- </tagBase>
- </configuration>
- </plugin>
- <!-- IDE -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <downloadSources>true</downloadSources>
- <wtpversion>1.0</wtpversion>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-idea-plugin</artifactId>
- <version>2.0</version>
- <configuration>
- <downloadSources>true</downloadSources>
- <!--<downloadJavadocs>true</downloadJavadocs>-->
- <dependenciesAsLibraries>
- true
- </dependenciesAsLibraries>
- </configuration>
- </plugin>
- <!-- Site -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0-beta-5</version>
- </plugin>
- </plugins>
- </build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.3</version>
- </plugin>
- <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>
- <configuration>
- <configLocation>
- acegi_checkstyle.xml
- </configLocation>
- </configuration>
- </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>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>clirr-maven-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-mock</artifactId>
- <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>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.9</version>
- <optional>true</optional>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <properties>
- <spring.version>2.0.4</spring.version>
- </properties>
- </project>
|