Formatted pom.xml to correct spacing.

This commit is contained in:
Luke Taylor 2007-10-02 16:32:19 +00:00
parent 87ddc63f73
commit e7b680254f

884
pom.xml
View File

@ -1,86 +1,90 @@
<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"> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<modelVersion>4.0.0</modelVersion> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<groupId>org.springframework.security</groupId> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-security-parent</artifactId> <groupId>org.springframework.security</groupId>
<version>2.0-SNAPSHOT</version> <artifactId>spring-security-parent</artifactId>
<name>Spring Security</name> <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging> <name>Spring Security</name>
<packaging>pom</packaging>
<modules> <modules>
<module>core</module> <module>core</module>
<module>core-tiger</module> <module>core-tiger</module>
<module>adapters</module> <module>adapters</module>
<module>portlet</module> <module>portlet</module>
<module>samples</module> <module>samples</module>
<module>ntlm</module> <module>ntlm</module>
</modules> </modules>
<description>Spring Security</description> <description>Spring Security</description>
<organization> <organization>
<name>Interface21, Inc</name> <name>Interface21, Inc</name>
<url>http://sourceforge.net/projects/acegisecurity</url> <url>http://sourceforge.net/projects/acegisecurity</url>
<!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>--> <!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
</organization> </organization>
<inceptionYear>2004</inceptionYear> <inceptionYear>2004</inceptionYear>
<!--<logo>http://acegisecurity.org/logo.gif</logo>--> <!--<logo>http://acegisecurity.org/logo.gif</logo>-->
<url>http://acegisecurity.org/</url> <url>http://acegisecurity.org/</url>
<licenses> <licenses>
<license> <license>
<name>The Apache Software License, Version 2.0</name> <name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution> <distribution>repo</distribution>
</license> </license>
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection> <connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection> </connection>
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url> <developerConnection>
</scm> 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>
</scm>
<issueManagement> <issueManagement>
<system>jira</system> <system>jira</system>
<url>http://opensource.atlassian.com/projects/spring/browse/SEC</url> <url>http://opensource.atlassian.com/projects/spring/browse/SEC</url>
</issueManagement> </issueManagement>
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>sourceforge.net</id> <id>sourceforge.net</id>
<name>Acegi Releases Repository at Sourceforge</name> <name>Acegi Releases Repository at Sourceforge</name>
<url> <url>
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
</url> </url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>sourceforge.net</id> <id>sourceforge.net</id>
<name>Acegi Snapshots Repository at Sourceforge</name> <name>Acegi Snapshots Repository at Sourceforge</name>
<url> <url>
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
</url> </url>
</snapshotRepository> </snapshotRepository>
<site> <site>
<id>local</id> <id>local</id>
<name>Local Site Directory</name> <name>Local Site Directory</name>
<!-- <!--
This variable is set by the build release script. You can also set it on the command line if 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 you are running maven directly. e.g. mvn site -DsiteDirectory=file:///home/joe/mysite
--> -->
<url>${siteDirectory}</url> <url>${siteDirectory}</url>
</site> </site>
</distributionManagement> </distributionManagement>
<repositories> <repositories>
<repository> <repository>
<id>sourceforge.net</id> <id>sourceforge.net</id>
<name>Acegi snapshot repository</name> <name>Acegi snapshot repository</name>
<url> <url>
http://acegisecurity.sourceforge.net/repository/snapshots http://acegisecurity.sourceforge.net/repository/snapshots
</url> </url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>
</repository> </repository>
<repository> <repository>
<id>spring-milestone</id> <id>spring-milestone</id>
<name>Springframework Maven Milestone Repository</name> <name>Springframework Maven Milestone Repository</name>
@ -89,133 +93,133 @@
</repositories> </repositories>
<mailingLists> <mailingLists>
<mailingList> <mailingList>
<name>Acegi Developer List</name> <name>Acegi Developer List</name>
<subscribe> <subscribe>
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
</subscribe> </subscribe>
<!-- <!--
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe> <unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
<post>acegisecurity-developer@lists.sourceforge.net</post> <post>acegisecurity-developer@lists.sourceforge.net</post>
--> -->
<archive> <archive>
http://sourceforge.net/mailarchive/forum.php?forum_id=40659 http://sourceforge.net/mailarchive/forum.php?forum_id=40659
</archive> </archive>
<otherArchives> <otherArchives>
<otherArchive> <otherArchive>
http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/ http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
</otherArchive> </otherArchive>
<otherArchive> <otherArchive>
http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/ http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
</otherArchive> </otherArchive>
</otherArchives> </otherArchives>
</mailingList> </mailingList>
</mailingLists> </mailingLists>
<developers> <developers>
<developer> <developer>
<name>Ben Alex</name> <name>Ben Alex</name>
<id>benalex</id> <id>benalex</id>
<email>benalex at users.sourceforge.net</email> <email>benalex at users.sourceforge.net</email>
<organization> <organization>
Acegi Technology Pty Limited (http://www.acegi.com.au) Acegi Technology Pty Limited (http://www.acegi.com.au)
</organization> </organization>
<timezone>+10</timezone> <timezone>+10</timezone>
</developer> </developer>
<developer> <developer>
<name>Colin Sampaleanu</name> <name>Colin Sampaleanu</name>
<id>colins</id> <id>colins</id>
<email>colinml1 at exis.com</email> <email>colinml1 at exis.com</email>
</developer> </developer>
<developer> <developer>
<name>Carlos Sanchez</name> <name>Carlos Sanchez</name>
<id>carlossg</id> <id>carlossg</id>
<email>carlossg at users.sourceforge.net</email> <email>carlossg at users.sourceforge.net</email>
<timezone>+1</timezone> <timezone>+1</timezone>
</developer> </developer>
<developer> <developer>
<name>Luke Taylor</name> <name>Luke Taylor</name>
<id>luke_t</id> <id>luke_t</id>
<email>luke_t at users.sourceforge.net</email> <email>luke_t at users.sourceforge.net</email>
<organization> <organization>
Monkey Machine Ltd. (http://monkeymachine.ltd.uk) Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
</organization> </organization>
<timezone>0</timezone> <timezone>0</timezone>
</developer> </developer>
<developer> <developer>
<name>Ray Krueger</name> <name>Ray Krueger</name>
<id>raykrueger</id> <id>raykrueger</id>
<email>raykrueger at users.sourceforge.net</email> <email>raykrueger at users.sourceforge.net</email>
</developer> </developer>
<developer> <developer>
<name>Robert Sanders</name> <name>Robert Sanders</name>
<id>robertsanders</id> <id>robertsanders</id>
<email>robertsanders at users.sourceforge.net</email> <email>robertsanders at users.sourceforge.net</email>
</developer> </developer>
<developer> <developer>
<name>Mark St.Godard</name> <name>Mark St.Godard</name>
<id>markstg</id> <id>markstg</id>
<email>markstg at users.sourceforge.net</email> <email>markstg at users.sourceforge.net</email>
</developer> </developer>
<developer> <developer>
<name>John A. Lewis</name> <name>John A. Lewis</name>
<id>johnalewis</id> <id>johnalewis</id>
<email>johnalewis at users.sourceforge.net</email> <email>johnalewis at users.sourceforge.net</email>
</developer> </developer>
</developers> </developers>
<contributors> <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> <contributor>
<name>Wesley Hall</name> <name>Alan Stewart</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Scott Evans</name> <name>Cameron Braid</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Travis Gregg</name> <name>Patrick Burleson</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Karel Miarka</name> <name>Francois Beausoleil</name>
</contributor> </contributor>
<contributor> <contributor>
<name>James Monaghan</name> <name>Wesley Hall</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Andrew Petro</name> <name>Scott Evans</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Aaron Tang</name> <name>Travis Gregg</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Orlando Garcia Carmona</name> <name>Karel Miarka</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Joni Suominen</name> <name>James Monaghan</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Sergio Berna</name> <name>Andrew Petro</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Paulo Neves</name> <name>Aaron Tang</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Mike Perham</name> <name>Orlando Garcia Carmona</name>
</contributor> </contributor>
<contributor> <contributor>
<name>Robin Bramley</name> <name>Joni Suominen</name>
</contributor> </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>
<contributor> <contributor>
<name>Robert Sanders</name> <name>Robert Sanders</name>
</contributor> </contributor>
@ -227,58 +231,58 @@
</contributor> </contributor>
</contributors> </contributors>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.4</version> <version>4.4</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-help-plugin</artifactId> <artifactId>maven-help-plugin</artifactId>
<version>2.0.1</version> <version>2.0.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId> <artifactId>maven-clean-plugin</artifactId>
<version>2.1.1</version> <version>2.1.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
<configuration> <configuration>
<includes> <includes>
<include>**/*Tests.class</include> <include>**/*Tests.class</include>
</includes> </includes>
<excludes> <excludes>
<exclude>**/Abstract*</exclude> <exclude>**/Abstract*</exclude>
</excludes> </excludes>
<forkMode>once</forkMode> <forkMode>once</forkMode>
<systemProperties> <systemProperties>
<!-- The working directory for the embedded apache Ldap test server --> <!-- The working directory for the embedded apache Ldap test server -->
<property> <property>
<name>apacheDSWorkDir</name> <name>apacheDSWorkDir</name>
<value> <value>
${basedir}/target/apacheds-work ${basedir}/target/apacheds-work
</value> </value>
</property> </property>
</systemProperties> </systemProperties>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<id>java-1.4-compile</id> <id>java-1.4-compile</id>
@ -303,94 +307,94 @@
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-jar-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>test-jar</goal> <goal>test-jar</goal>
</goals> </goals>
<phase>package</phase> <phase>package</phase>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<version>2.0.3</version> <version>2.0.3</version>
<configuration> <configuration>
<attach>true</attach> <attach>true</attach>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>jar</goal> <goal>jar</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Other --> <!-- Other -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId> <artifactId>maven-war-plugin</artifactId>
<version>2.0.2</version> <version>2.0.2</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId> <artifactId>maven-install-plugin</artifactId>
<version>2.2</version> <version>2.2</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-5</version> <version>2.0-beta-5</version>
<configuration> <configuration>
<tagBase> <tagBase>
https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
</tagBase> </tagBase>
</configuration> </configuration>
</plugin> </plugin>
<!-- IDE --> <!-- IDE -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId> <artifactId>maven-eclipse-plugin</artifactId>
<version>2.3</version> <version>2.3</version>
<configuration> <configuration>
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>
<wtpversion>1.0</wtpversion> <wtpversion>1.0</wtpversion>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-idea-plugin</artifactId> <artifactId>maven-idea-plugin</artifactId>
<version>2.0</version> <version>2.0</version>
<configuration> <configuration>
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>
<!--<downloadJavadocs>true</downloadJavadocs>--> <!--<downloadJavadocs>true</downloadJavadocs>-->
<dependenciesAsLibraries> <dependenciesAsLibraries>
true true
</dependenciesAsLibraries> </dependenciesAsLibraries>
</configuration> </configuration>
</plugin> </plugin>
<!-- Site --> <!-- Site -->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId> <artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-5</version> <version>2.0-beta-5</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>com.agilejava.docbkx</groupId> <groupId>com.agilejava.docbkx</groupId>
@ -408,12 +412,12 @@
<targetDirectory>${docbook.target}</targetDirectory> <targetDirectory>${docbook.target}</targetDirectory>
<inputs>springsecurity.xml</inputs> <inputs>springsecurity.xml</inputs>
<chunkedOutput>false</chunkedOutput> <chunkedOutput>false</chunkedOutput>
<!-- <!--
<htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet> <htmlStylesheet>css/spring-security-docbook.css</htmlStylesheet>
<htmlCustomization> <htmlCustomization>
${docbook.source}/resources/xsl/spring-security-docbook-html.xsl ${docbook.source}/resources/xsl/spring-security-docbook-html.xsl
</htmlCustomization> </htmlCustomization>
--> -->
<postProcess> <postProcess>
<copy todir="${docbook.target}/images"> <copy todir="${docbook.target}/images">
<fileset dir="${docbook.source}/images"> <fileset dir="${docbook.source}/images">
@ -444,65 +448,65 @@
</executions> </executions>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.docbook</groupId> <groupId>org.docbook</groupId>
<artifactId>docbook-xml</artifactId> <artifactId>docbook-xml</artifactId>
<version>4.4</version> <version>4.4</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<reporting> <reporting>
<plugins> <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> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId> <artifactId>maven-surefire-report-plugin</artifactId>
<configuration> <version>2.3</version>
<configLocation> </plugin>
acegi_checkstyle.xml <plugin>
</configLocation> <groupId>org.apache.maven.plugins</groupId>
</configuration> <artifactId>maven-jxr-plugin</artifactId>
</plugin> </plugin>
--> <!--
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>cobertura-maven-plugin</artifactId> <artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>
acegi_checkstyle.xml
</configLocation>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<!-- Version 2.1 reports 100% coverage for everything. Nice but not very practical --> <!-- Version 2.1 reports 100% coverage for everything. Nice but not very practical -->
<version>2.0</version> <version>2.0</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<configuration> <configuration>
<links> <links>
<link> <link>
http://java.sun.com/j2se/1.5.0/docs/api http://java.sun.com/j2se/1.5.0/docs/api
</link> </link>
<link> <link>
http://www.springframework.org/docs/api/ http://www.springframework.org/docs/api/
</link> </link>
<link> <link>
http://commons.apache.org/dbcp/apidocs/ http://commons.apache.org/dbcp/apidocs/
</link> </link>
<link> <link>
http://commons.apache.org/httpclient/apidocs/ http://commons.apache.org/httpclient/apidocs/
</link> </link>
<link> <link>
http://commons.apache.org/pool/apidocs/ http://commons.apache.org/pool/apidocs/
</link> </link>
<link> <link>
http://commons.apache.org/lang/api/ http://commons.apache.org/lang/api/
</link> </link>
@ -512,22 +516,22 @@
<link> <link>
http://commons.apache.org/collections/apidocs/ http://commons.apache.org/collections/apidocs/
</link> </link>
<link> <link>
http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/ http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/
</link> </link>
<link> <link>
http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/ http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/
</link> </link>
<link> <link>
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/ http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
</link> </link>
</links> </links>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId> <artifactId>taglist-maven-plugin</artifactId>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId> <artifactId>maven-project-info-reports-plugin</artifactId>
@ -545,62 +549,62 @@
</reportSets> </reportSets>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
<dependencyManagement> <dependencyManagement>
<dependencies> <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>
<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>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-core</artifactId>
<version>${spring.version}</version> <version>${spring.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>org.springframework</groupId>
<artifactId>log4j</artifactId> <artifactId>spring-mock</artifactId>
<version>1.2.9</version> <version>${spring.version}</version>
<optional>true</optional> </dependency>
<scope>runtime</scope> <dependency>
</dependency> <groupId>org.springframework</groupId>
</dependencies> <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>
<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>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</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> </dependencyManagement>
<properties> <properties>
<spring.version>2.0.6</spring.version> <spring.version>2.0.6</spring.version>
<docbook.source>${basedir}/src/docbkx</docbook.source> <docbook.source>${basedir}/src/docbkx</docbook.source>
<docbook.target>${basedir}/target/site/guide</docbook.target> <docbook.target>${basedir}/target/site/guide</docbook.target>
</properties> </properties>