[SAC] [OSGeo] #2261: Move download.osgeo.org to OSGEO7

OSGeo trac_osgeo at osgeo.org
Fri May 10 10:47:36 PDT 2019


#2261: Move download.osgeo.org to OSGEO7
---------------------------+---------------------------------------
 Reporter:  robe           |       Owner:  sac@…
     Type:  task           |      Status:  reopened
 Priority:  normal         |   Milestone:  Sysadmin Contract 2019-I
Component:  Systems Admin  |  Resolution:
 Keywords:                 |
---------------------------+---------------------------------------

Comment (by jive):

 We are committed to the public URL
 http://download.osgeo.org/webdav/geotools/ for consumption only.

 The build servers (or deploying) can be a different endpoint and that is
 easy to change in one spot.

 Here is the GeoTools maven script describing distribution management for
 deploying (the credentials are kept in a settings.xml file on the build
 server or on the developers machine):

 {{{
   <distributionManagement>
     <repository>
       <uniqueVersion>false</uniqueVersion>
       <id>osgeo</id>
       <name>Open Source Geospatial Foundation - Maven 2 repo</name>
       <url>dav:http://download.osgeo.org/webdav/geotools/</url>
     </repository>
     <snapshotRepository>
         <id>boundless</id>
         <uniqueVersion>false</uniqueVersion>
         <name>Boundless Snapshot Repository</name>
         <url>https://repo.boundlessgeo.com/snapshot/</url>
     </snapshotRepository>
   </distributionManagement>
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2261#comment:11>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Sac mailing list