diff --git a/docs/developer/procedures/add.rst b/docs/developer/procedures/add.rst index 4e61191c90c..08888bc1c5a 100644 --- a/docs/developer/procedures/add.rst +++ b/docs/developer/procedures/add.rst @@ -102,11 +102,14 @@ Assuming the jar you want is not already hosted on one of these sites you need t Deploying to Open Source Geospatial Foundation Maven 2 Repository: 1. This is the GeoTools repository used for stable releases; as such it is the best place to host - extra 3rd party dependencies. You can use your OSGeo ID login credentials when deploying; - provided you are a signed up contributor to the GeoTools project. + extra 3rd party dependencies. Use your OSGeo ID login credentials: * http://download.osgeo.org/webdav/geotools/ + Your OSGeo ID must be on this list to enable WebDAV access. Anyone on the list can add you: + + * https://www2.osgeo.org/cgi-bin/auth/ldap_group.py?group=geotools + 3. Create or update your ~/.m2/settings.xml file as below (~ is your home directory)::