From 31a9fa553d53d012e6d5a63588e7b3d30af480b0 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 14 Apr 2008 14:20:11 +0000 Subject: [PATCH] added section on maven repo downloads --- readme.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.txt b/readme.txt index 346984d022..229d04d999 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,22 @@ QUICK START We recommend you visit http://static.springframework.org/spring-security/site and read the "Suggested Steps" page. +------------------------------------------------------------------------------- +MAVEN REPOSITORY DOWNLOADS +------------------------------------------------------------------------------- + +Release jars for the project are available from the central maven repository + +http://repo1.maven.org/maven2/org/springframework/security/ + +Note that milestone releases and snapshots are not uploaded to the central +repository, but can be obtained from te Spring milestone repository. +This blog article has full details on how to download milestone or snapshot +jars or use them in a Maven-based project build: + +http://blog.springsource.com/main/2007/09/18/maven-artifacts-2/ + + ------------------------------------------------------------------------------- OBTAINING SUPPORT -------------------------------------------------------------------------------