Re: [Geotools-devel] Move to SFTP for geotools deploy to osgeo repository

2019-06-28 Thread Torben Barsballe via GeoTools-Devel
Okay. The main change in process will be that if anyone wants to upload artifacts locally they will have to register their SSH key with Osgeo, but the WebDAV process required something similar, so this shouldn't be too much trouble. I'll look into what changes need to be made on the maven side. A

Re: [Geotools-devel] Move to SFTP for geotools deploy to osgeo repository

2019-06-27 Thread Andrea Aime
Hi Torben, used the old instructions on more than one occasion me too, but as long as the SFTP based process works fine and is properly documented I see no problem in switching over to it Cheers Andrea On Thu, Jun 27, 2019 at 11:24 PM Torben Barsballe via GeoTools-Devel < geotools-devel@lists.so

Re: [Geotools-devel] Move to SFTP for geotools deploy to osgeo repository

2019-06-27 Thread Jody Garnett
I have used those steps to publish some of custom jars (where we release a fork with a different version number). On Thu, Jun 27, 2019 at 23:23 Torben Barsballe via GeoTools-Devel < geotools-devel@lists.sourceforge.net> wrote: > Hello All, > > While getting the GeoTools release working on Jenkins

[Geotools-devel] Move to SFTP for geotools deploy to osgeo repository

2019-06-27 Thread Torben Barsballe via GeoTools-Devel
Hello All, While getting the GeoTools release working on Jenkins again, I spoke with the OSGeo SAC. Currently, GeoTools uses WebDAV for uploading maven artifacts to the osgeo repository. GeoTools is the only think using WebDAV, and the OSGeo SAC would prefer if we could use SFTP like everyone els