2008-02-19 15:30:53 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-01-02 17:41:31 -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">
|
2007-10-02 12:32:19 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
|
<artifactId>spring-security-parent</artifactId>
|
2008-04-01 11:03:29 -04:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2007-10-02 12:32:19 -04:00
|
|
|
<name>Spring Security</name>
|
|
|
|
<packaging>pom</packaging>
|
2005-10-06 16:53:08 -04:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<modules>
|
|
|
|
<module>core</module>
|
2007-09-02 06:00:44 -04:00
|
|
|
<module>core-tiger</module>
|
2007-09-22 07:54:13 -04:00
|
|
|
<module>adapters</module>
|
2007-10-02 12:32:19 -04:00
|
|
|
<module>portlet</module>
|
2007-09-18 20:23:33 -04:00
|
|
|
<module>ntlm</module>
|
2008-01-26 21:57:57 -05:00
|
|
|
<module>openid</module>
|
2007-12-02 23:08:02 -05:00
|
|
|
<module>samples</module>
|
2008-02-19 15:30:53 -05:00
|
|
|
<module>cas</module>
|
|
|
|
<module>acl</module>
|
|
|
|
<module>taglibs</module>
|
|
|
|
</modules>
|
2005-10-06 16:53:08 -04:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<description>Spring Security</description>
|
|
|
|
<organization>
|
2008-03-05 14:41:59 -05:00
|
|
|
<name>SpringSource, Inc</name>
|
2008-03-06 17:25:41 -05:00
|
|
|
<url>http://www.springsource.com/</url>
|
2007-10-02 12:32:19 -04:00
|
|
|
</organization>
|
|
|
|
<inceptionYear>2004</inceptionYear>
|
2008-03-06 17:25:41 -05:00
|
|
|
<url>http://static.springframework.org/spring-security/site/index.html</url>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<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>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2008-01-02 17:35:05 -05:00
|
|
|
<!-- Note when doing releases: tagBase is set in release plugin configuration below -->
|
2007-10-02 12:32:19 -04:00
|
|
|
<scm>
|
2008-04-01 11:03:29 -04:00
|
|
|
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection>
|
|
|
|
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection>
|
|
|
|
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url>
|
2007-10-02 12:32:19 -04:00
|
|
|
</scm>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<issueManagement>
|
|
|
|
<system>jira</system>
|
2008-03-06 12:15:30 -05:00
|
|
|
<url>http://jira.springframework.org/browse/SEC</url>
|
2007-10-02 12:32:19 -04:00
|
|
|
</issueManagement>
|
2008-03-06 12:15:30 -05:00
|
|
|
<ciManagement>
|
|
|
|
<system>bamboo</system>
|
2008-03-06 17:25:41 -05:00
|
|
|
<url>https://build.springframework.org/browse/SEC</url>
|
2008-03-06 12:15:30 -05:00
|
|
|
</ciManagement>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2008-02-29 09:14:10 -05:00
|
|
|
<distributionManagement>
|
2007-10-02 12:32:19 -04:00
|
|
|
<repository>
|
2007-12-12 14:06:12 -05:00
|
|
|
<id>spring-milestone</id>
|
|
|
|
<name>Spring Milestone Repository</name>
|
|
|
|
<url>s3://maven.springframework.org/milestone</url>
|
2007-10-02 12:32:19 -04:00
|
|
|
</repository>
|
2008-02-29 07:57:46 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<snapshotRepository>
|
2007-12-12 14:06:12 -05:00
|
|
|
<id>spring-snapshot</id>
|
|
|
|
<name>Spring Snapshot Repository</name>
|
|
|
|
<url>s3://maven.springframework.org/snapshot</url>
|
2007-10-02 12:32:19 -04:00
|
|
|
</snapshotRepository>
|
2008-02-29 09:14:10 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<site>
|
|
|
|
<id>local</id>
|
|
|
|
<name>Local Site Directory</name>
|
2007-09-02 14:14:02 -04:00
|
|
|
<!--
|
|
|
|
This variable is set by the build release script. You can also set it on the command line if
|
|
|
|
you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
|
|
|
|
-->
|
|
|
|
<url>${siteDirectory}</url>
|
2007-09-02 06:00:44 -04:00
|
|
|
</site>
|
2007-10-02 12:32:19 -04:00
|
|
|
</distributionManagement>
|
2008-01-15 07:14:10 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<repositories>
|
2008-01-15 07:14:10 -05:00
|
|
|
<repository>
|
|
|
|
<id>spring-release</id>
|
|
|
|
<name>Spring Portfolio Release Repository</name>
|
|
|
|
<url>http://s3.amazonaws.com/maven.springframework.org/release</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>spring-external</id>
|
|
|
|
<name>Spring Portfolio Release Repository</name>
|
|
|
|
<url>http://s3.amazonaws.com/maven.springframework.org/external</url>
|
|
|
|
</repository>
|
2007-09-02 06:00:44 -04:00
|
|
|
</repositories>
|
2008-01-15 07:14:10 -05:00
|
|
|
|
2007-09-02 06:00:44 -04:00
|
|
|
<mailingLists>
|
2007-10-02 12:32:19 -04:00
|
|
|
<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>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Ben Alex</name>
|
|
|
|
<id>benalex</id>
|
|
|
|
<email>benalex at users.sourceforge.net</email>
|
|
|
|
<organization>
|
2008-03-06 12:15:30 -05:00
|
|
|
SpringSource
|
2007-10-02 12:32:19 -04:00
|
|
|
</organization>
|
|
|
|
<timezone>+10</timezone>
|
|
|
|
</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_t at users.sourceforge.net</email>
|
|
|
|
<organization>
|
2008-03-06 12:15:30 -05:00
|
|
|
SpringSource
|
2007-10-02 12:32:19 -04:00
|
|
|
</organization>
|
|
|
|
<timezone>0</timezone>
|
|
|
|
</developer>
|
|
|
|
<developer>
|
|
|
|
<name>Ray Krueger</name>
|
|
|
|
<id>raykrueger</id>
|
|
|
|
<email>raykrueger 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>John A. Lewis</name>
|
|
|
|
<id>johnalewis</id>
|
|
|
|
<email>johnalewis at users.sourceforge.net</email>
|
|
|
|
</developer>
|
2007-09-04 19:59:25 -04:00
|
|
|
</developers>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<contributors>
|
|
|
|
<contributor>
|
|
|
|
<name>Alan Stewart</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Cameron Braid</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Patrick Burleson</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Francois Beausoleil</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Wesley Hall</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Scott Evans</name>
|
|
|
|
</contributor>
|
2007-09-04 19:59:25 -04:00
|
|
|
<contributor>
|
2007-10-02 12:32:19 -04:00
|
|
|
<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>
|
2007-09-04 19:59:25 -04:00
|
|
|
<contributor>
|
|
|
|
<name>Robert Sanders</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Vishal Puri</name>
|
|
|
|
</contributor>
|
|
|
|
<contributor>
|
|
|
|
<name>Martin Algesten</name>
|
|
|
|
</contributor>
|
|
|
|
</contributors>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.4</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-12-11 18:08:33 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<build>
|
2007-12-12 14:06:12 -05:00
|
|
|
<extensions>
|
|
|
|
<extension>
|
|
|
|
<groupId>org.springframework.aws</groupId>
|
|
|
|
<artifactId>spring-aws-maven</artifactId>
|
2008-01-15 07:14:10 -05:00
|
|
|
<version>1.2.2</version>
|
2007-12-12 14:06:12 -05:00
|
|
|
</extension>
|
|
|
|
</extensions>
|
2008-03-05 14:41:59 -05:00
|
|
|
<plugins>
|
2007-10-02 12:32:19 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-help-plugin</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</plugin>
|
2007-05-23 00:20:54 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>2.1.1</version>
|
|
|
|
</plugin>
|
2007-10-02 12:32:19 -04:00
|
|
|
<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>
|
2007-12-21 10:54:38 -05:00
|
|
|
<version>2.3.1</version>
|
2007-10-02 12:32:19 -04:00
|
|
|
<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>
|
2008-01-02 16:36:30 -05:00
|
|
|
<version>2.0.2</version>
|
2007-10-02 06:41:24 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>java-1.4-compile</id>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<source>1.4</source>
|
|
|
|
<target>1.4</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>java-1.5-compile</id>
|
|
|
|
<phase>process-test-sources</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>testCompile</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2007-10-02 12:32:19 -04:00
|
|
|
</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>
|
2008-01-02 17:35:05 -05:00
|
|
|
<version>2.0-beta-7</version>
|
2007-10-02 12:32:19 -04:00
|
|
|
<configuration>
|
|
|
|
<tagBase>
|
2008-01-02 17:35:05 -05:00
|
|
|
https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags
|
2007-10-02 12:32:19 -04:00
|
|
|
</tagBase>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<!-- IDE -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
2008-03-22 07:42:52 -04:00
|
|
|
<version>2.5</version>
|
2007-10-02 12:32:19 -04:00
|
|
|
<configuration>
|
|
|
|
<downloadSources>true</downloadSources>
|
2008-03-29 10:48:31 -04:00
|
|
|
<wtpversion>2.0</wtpversion>
|
2007-10-02 12:32:19 -04:00
|
|
|
</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>
|
2008-01-02 16:36:30 -05:00
|
|
|
<version>2.0-beta-6</version>
|
2007-10-02 12:32:19 -04:00
|
|
|
</plugin>
|
2007-09-05 18:19:58 -04:00
|
|
|
|
2007-09-02 06:00:44 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
|
|
|
<version>2.0.6</version>
|
2007-09-04 19:59:25 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-html</goal>
|
2008-03-07 12:20:50 -05:00
|
|
|
<goal>generate-pdf</goal>
|
2007-09-04 19:59:25 -04:00
|
|
|
</goals>
|
2008-03-07 12:20:50 -05:00
|
|
|
<phase>pre-site</phase>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.docbook</groupId>
|
|
|
|
<artifactId>docbook-xml</artifactId>
|
|
|
|
<version>4.4</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<configuration>
|
|
|
|
<includes>springsecurity.xml</includes>
|
|
|
|
<chunkedOutput>true</chunkedOutput>
|
|
|
|
<htmlStylesheet>css/html.css</htmlStylesheet>
|
|
|
|
<xincludeSupported>true</xincludeSupported>
|
|
|
|
<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
|
|
|
|
<foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
|
|
|
|
<entities>
|
|
|
|
<entity>
|
|
|
|
<name>version</name>
|
|
|
|
<value>${pom.version}</value>
|
|
|
|
</entity>
|
|
|
|
</entities>
|
|
|
|
<postProcess>
|
|
|
|
<copy todir="target/site/reference">
|
|
|
|
<fileset dir="target/docbkx">
|
2008-04-01 11:01:30 -04:00
|
|
|
<include name="**/*.html" />
|
|
|
|
<include name="**/*.pdf" />
|
2008-03-07 12:20:50 -05:00
|
|
|
</fileset>
|
|
|
|
</copy>
|
|
|
|
<copy todir="target/site/reference/html">
|
|
|
|
<fileset dir="src/docbkx/resources">
|
2008-04-01 11:01:30 -04:00
|
|
|
<include name="**/*.css" />
|
|
|
|
<include name="**/*.png" />
|
|
|
|
<include name="**/*.gif" />
|
|
|
|
<include name="**/*.jpg" />
|
2008-03-07 12:20:50 -05:00
|
|
|
</fileset>
|
|
|
|
</copy>
|
2008-04-01 11:01:30 -04:00
|
|
|
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
|
2008-03-07 12:20:50 -05:00
|
|
|
</postProcess>
|
|
|
|
</configuration>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
2007-09-04 19:59:25 -04:00
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>${docbook.source}</sourceDirectory>
|
|
|
|
<targetDirectory>${docbook.target}</targetDirectory>
|
|
|
|
<inputs>springsecurity.xml</inputs>
|
|
|
|
<chunkedOutput>false</chunkedOutput>
|
|
|
|
<postProcess>
|
|
|
|
<copy todir="${docbook.target}/images">
|
|
|
|
<fileset dir="${docbook.source}/images">
|
2008-02-29 09:54:15 -05:00
|
|
|
<include name="*.png" />
|
|
|
|
<include name="*.gif" />
|
|
|
|
<include name="*.jpg" />
|
2007-09-04 19:59:25 -04:00
|
|
|
</fileset>
|
|
|
|
</copy>
|
|
|
|
</postProcess>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>build-pdf-doc</id>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-pdf</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<sourceDirectory>${docbook.source}</sourceDirectory>
|
|
|
|
<targetDirectory>${docbook.target}</targetDirectory>
|
|
|
|
<inputs>springsecurity.xml</inputs>
|
|
|
|
<imgSrcPath>${docbook.source}/</imgSrcPath>
|
|
|
|
<admonGraphicsPath>${docbook.source}/resources/images/admons/</admonGraphicsPath>
|
|
|
|
<foCustomization>${docbook.source}/resources/xsl/spring-security-docbook-fopdf.xsl
|
|
|
|
</foCustomization>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2008-03-07 12:20:50 -05:00
|
|
|
-->
|
2007-09-02 06:00:44 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2007-10-02 12:32:19 -04:00
|
|
|
</build>
|
2007-05-01 19:33:45 -04:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<reporting>
|
|
|
|
<plugins>
|
2007-09-02 06:00:44 -04:00
|
|
|
<plugin>
|
2007-10-02 12:32:19 -04:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
2007-12-21 10:54:38 -05:00
|
|
|
<version>2.3.1</version>
|
2008-03-06 12:15:30 -05:00
|
|
|
<configuration>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
2007-10-02 12:32:19 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
2008-03-06 12:15:30 -05:00
|
|
|
<configuration>
|
|
|
|
<aggregate>true</aggregate>
|
2008-03-06 17:25:41 -05:00
|
|
|
<excludes>
|
|
|
|
<exclude>bigbank/**</exclude>
|
|
|
|
</excludes>
|
2008-03-06 12:15:30 -05:00
|
|
|
</configuration>
|
2007-10-02 12:32:19 -04:00
|
|
|
</plugin>
|
|
|
|
<!--
|
2008-03-06 17:25:41 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>
|
|
|
|
acegi_checkstyle.xml
|
|
|
|
</configLocation>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-10-02 12:32:19 -04:00
|
|
|
-->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2007-12-21 10:54:38 -05:00
|
|
|
<version>2.2</version>
|
2007-09-02 14:14:02 -04:00
|
|
|
</plugin>
|
2007-09-02 06:00:44 -04:00
|
|
|
|
|
|
|
<plugin>
|
2008-03-06 12:15:30 -05:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2007-10-02 12:32:19 -04:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2008-03-06 12:15:30 -05:00
|
|
|
<version>2.3</version>
|
2007-09-02 06:00:44 -04:00
|
|
|
<configuration>
|
2008-03-06 12:15:30 -05:00
|
|
|
<aggregate>true</aggregate>
|
|
|
|
<header>Spring Security Framework</header>
|
|
|
|
<quiet>true</quiet>
|
|
|
|
<excludePackageNames>sample,bigbank</excludePackageNames>
|
2007-10-02 12:32:19 -04:00
|
|
|
<links>
|
|
|
|
<link>
|
|
|
|
http://java.sun.com/j2se/1.5.0/docs/api
|
|
|
|
</link>
|
2007-09-03 11:47:39 -04:00
|
|
|
<link>
|
|
|
|
http://www.springframework.org/docs/api/
|
|
|
|
</link>
|
2007-10-02 12:32:19 -04:00
|
|
|
<link>
|
|
|
|
http://commons.apache.org/dbcp/apidocs/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://commons.apache.org/httpclient/apidocs/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://commons.apache.org/pool/apidocs/
|
|
|
|
</link>
|
2007-09-03 11:47:39 -04:00
|
|
|
<link>
|
|
|
|
http://commons.apache.org/lang/api/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://commons.apache.org/codec/apidocs/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://commons.apache.org/collections/apidocs/
|
|
|
|
</link>
|
2007-10-02 12:32:19 -04:00
|
|
|
<link>
|
|
|
|
http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
|
|
|
|
</link>
|
|
|
|
<link>
|
|
|
|
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
|
|
|
|
</link>
|
|
|
|
</links>
|
|
|
|
</configuration>
|
2008-03-06 12:15:30 -05:00
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>javadoc</report>
|
|
|
|
<!-- <report>test-javadoc</report> -->
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2007-10-02 12:32:19 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>taglist-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2007-09-05 18:19:58 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.0.1</version>
|
2008-03-06 12:15:30 -05:00
|
|
|
<!--
|
2007-09-05 18:19:58 -04:00
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>dependencies</report>
|
|
|
|
<report>project-team</report>
|
|
|
|
<report>mailing-list</report>
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
<report>license</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2008-03-06 12:15:30 -05:00
|
|
|
-->
|
|
|
|
</plugin>
|
2007-09-02 06:00:44 -04:00
|
|
|
</plugins>
|
2007-10-02 12:32:19 -04:00
|
|
|
</reporting>
|
2005-11-07 17:57:15 -05:00
|
|
|
|
2007-10-02 12:32:19 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<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-web</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jdbc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2008-02-19 15:30:53 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-dao</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2007-10-02 12:32:19 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-support</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-aop</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2007-09-18 20:23:33 -04:00
|
|
|
<dependency>
|
2007-10-02 12:32:19 -04:00
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2008-03-24 05:16:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.ldap</groupId>
|
|
|
|
<artifactId>spring-ldap</artifactId>
|
|
|
|
<version>1.2.1</version>
|
|
|
|
</dependency>
|
2008-03-24 19:10:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
|
<optional>true</optional>
|
|
|
|
<version>1.5.4</version>
|
|
|
|
</dependency>
|
2008-03-24 05:16:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>aspectj</groupId>
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
2008-03-24 16:50:58 -04:00
|
|
|
<version>1.5.4</version>
|
2008-03-24 05:16:12 -04:00
|
|
|
</dependency>
|
2008-03-22 20:31:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
<version>${spring.version}</version>
|
|
|
|
</dependency>
|
2008-03-24 19:10:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
<optional>true</optional>
|
|
|
|
<version>2.1_3</version>
|
|
|
|
</dependency>
|
2007-09-18 20:23:33 -04:00
|
|
|
<dependency>
|
2007-10-02 12:32:19 -04:00
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
2008-03-24 05:16:12 -04:00
|
|
|
<version>1.2.14</version> <!-- 1.2.15 has some JMX dependencies we don't want in its POM -->
|
2007-10-02 12:32:19 -04:00
|
|
|
<optional>true</optional>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2008-03-24 05:16:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
<artifactId>ehcache</artifactId>
|
|
|
|
<version>1.4.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
<version>3.2</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>hsqldb</groupId>
|
|
|
|
<artifactId>hsqldb</artifactId>
|
|
|
|
<version>1.8.0.7</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>1.3</version>
|
|
|
|
</dependency>
|
2008-03-22 20:31:32 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>jstl</artifactId>
|
|
|
|
<version>${jstl.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>taglibs</groupId>
|
|
|
|
<artifactId>standard</artifactId>
|
|
|
|
<version>${jstl.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2007-10-02 12:32:19 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2008-03-05 14:41:59 -05:00
|
|
|
<properties>
|
2008-03-11 13:53:04 -04:00
|
|
|
<spring.version>2.0.8</spring.version>
|
2008-03-05 14:41:59 -05:00
|
|
|
<felix.version>1.4.0</felix.version>
|
2008-03-22 07:42:52 -04:00
|
|
|
<jstl.version>1.1.2</jstl.version>
|
2008-03-22 20:31:32 -04:00
|
|
|
|
2007-09-04 19:59:25 -04:00
|
|
|
<docbook.source>${basedir}/src/docbkx</docbook.source>
|
2008-03-05 14:41:59 -05:00
|
|
|
<docbook.target>${basedir}/target/site/guide</docbook.target>
|
2007-09-04 19:59:25 -04:00
|
|
|
</properties>
|
2006-11-15 17:54:54 -05:00
|
|
|
|
2007-09-05 22:52:09 -04:00
|
|
|
</project>
|