Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Emmanuel Lécharny
Le 28/11/16 à 12:42, Claude Warren a écrit : > I get the following error: > > git clone http://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd > Initialized empty Git repository in /home/iei77703/git/sshd/.git/ > error: RPC failed; result=22, HTTP code = 405 Weirdo. It just works fine for me.

Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Claude Warren
thank you. I know some projects build the snapshots as part of a triggered or nightly build. I take it this project does not deploy them to the repository as part of the build. thx again, Claude On Mon, Nov 28, 2016 at 12:10 PM, Guillaume Nodet wrote: > You can try with

Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Guillaume Nodet
You can try with the github clone https://github.com/apache/mina-sshd.git I've also uploaded a snapshot at : https://repository.apache.org/content/repositories/snapshots/org/apache/sshd/sshd-core/1.4.0-SNAPSHOT/sshd-core-1.4.0-20161128.120923-1.jar 2016-11-28 12:42 GMT+01:00 Claude Warren

Re: Is there a maven snapshot reporitory for this projet

2016-11-28 Thread Claude Warren
I get the following error: git clone http://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd Initialized empty Git repository in /home/iei77703/git/sshd/.git/ error: RPC failed; result=22, HTTP code = 405 On Sun, Nov 27, 2016 at 10:13 AM, Emmanuel Lécharny wrote: > > >

Re: Is there a maven snapshot reporitory for this projet

2016-11-27 Thread Emmanuel Lécharny
Le 27/11/16 à 10:44, Claude Warren a écrit : > I was looking for a maven snapshot repository for the sshd modules. Is > there one or do I have to build from source? Building the project from source is as easy as doing : $ git clone http://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd $