diff --git a/mvn-build/pom.xml b/mvn-build/pom.xml
index f23c68ed..7bc6e3bf 100644
--- a/mvn-build/pom.xml
+++ b/mvn-build/pom.xml
@@ -10,7 +10,104 @@
pom
Spring LDAP
+
+ Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate. The framework relieves
+ the user of common chores, such as looking up and closing contexts, looping through results, encoding/decoding values and filters,
+ and more.
+ The LdapTemplate class encapsulates all the plumbing work involved in traditional LDAP programming, such as creating a DirContext,
+ looping through NamingEnumerations, handling exceptions and cleaning up resources. This leaves the programmer to handle the important
+ stuff - where to find data (DNs and Filters) and what do do with it (map to and from domain objects, bind, modify, unbind, etc.), in
+ the same way that JdbcTemplate relieves the programmer of all but the actual SQL and how the data maps to the domain model.
+
+ In addition to this, Spring LDAP provides transaction support, a pooling library, exception translation from NamingExceptions to a
+ mirrored unchecked Exception hierarchy, as well as several utilities for working with filters, LDAP paths and Attributes.
+
+
+
+ http://springframework.org/ldap
+
+
+ JIRA
+ http://opensource.atlassian.com/projects/spring/browse/LDAP
+
+
+ bamboo
+ http://build.springframework.org:8085/bamboo/
+
+ 2006
+
+
+ rasky
+ Mattias Hellborg-Arthursson
+ mattias.arthursson@jayway.se
+ Jayway
+ http://www.jayway.se
+
+ Project Admin
+ Developer
+
+ +1
+
+
+ ulsa
+ Ulrik Sandberg
+ ulrik.sandberg@jayway.se
+ Jayway
+ http://www.jayway.se
+
+ Project Admin
+ Developer
+
+ +1
+
+
+
+
+ Eric Dalquist
+
+
+
+ The Spring LDAP Framework
+ http://www.springframework.org/ldap
+
+
+
+ The Apache Software License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+ http://static.springframework.org/spring-ldap/site/downloads/releases.html
+
+ spring-s3
+ Spring Snapshot Repository
+ s3://maven.springframework.org/snapshot
+
+
+ static.springframework.org
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-ldap/sites/1.5
+
+
+
+
+ scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ldap/trunk
+
+
+ scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-ldap/trunk
+
+ http://fisheye3.cenqua.com/browse/springframework/spring-ldap/trunk
+
+
+ ${basedir}/src/docbkx
+ ${basedir}/target/site/guide
+ 2.5.4
+
core
tiger
@@ -18,33 +115,6 @@
test-support
integration-tests
-
-
- ${basedir}/src/docbkx
- ${basedir}/target/site/guide
- 2.5.4
-
-
- JIRA
-
- http://opensource.atlassian.com/projects/spring/browse/LDAP
-
-
-
-
-
- scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
-
-
- scm:svn:https://springframework.svn.sourceforge.net/svnroot/springframework/spring-projects/trunk/spring-ldap
-
-
- http://springframework.svn.sourceforge.net/viewcvs.cgi/springframework/spring-projects/trunk/spring-ldap
-
-
-
- 2006
-
maven central repo