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. Can you try with

git clone https://git-wip-us.apache.org/repos/asf/mina-sshd.git sshd 

?

-- 
Emmanuel Lecharny

Symas.com
directory.apache.org



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 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 :
>
> > 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:
> >
> > >
> > >
> > > 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
> > > $ mvn clean install
> > >
> > > It taes a couple of mins, all include, it only requires Java 7 and
> Maven
> > > 3.x.
> > >
> > >
> > > --
> > >
> > > Emmanuel Lecharny
> > >
> > > Symas.com
> > > directory.apache.org
> > >
> > >
> >
> >
> > --
> > I like: Like Like - The likeliest place on the web
> > 
> > LinkedIn: http://www.linkedin.com/in/claudewarren
> >
>
>
>
> --
> 
> Guillaume Nodet
> 
> Red Hat, Open Source Integration
>
> Email: gno...@redhat.com
> Web: http://fusesource.com
> Blog: http://gnodet.blogspot.com/
>



-- 
I like: Like Like - The likeliest place on the web

LinkedIn: http://www.linkedin.com/in/claudewarren


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 :

> 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:
>
> >
> >
> > 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
> > $ mvn clean install
> >
> > It taes a couple of mins, all include, it only requires Java 7 and Maven
> > 3.x.
> >
> >
> > --
> >
> > Emmanuel Lecharny
> >
> > Symas.com
> > directory.apache.org
> >
> >
>
>
> --
> I like: Like Like - The likeliest place on the web
> 
> LinkedIn: http://www.linkedin.com/in/claudewarren
>



-- 

Guillaume Nodet

Red Hat, Open Source Integration

Email: gno...@redhat.com
Web: http://fusesource.com
Blog: http://gnodet.blogspot.com/


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:

>
>
> 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
> $ mvn clean install
>
> It taes a couple of mins, all include, it only requires Java 7 and Maven
> 3.x.
>
>
> --
>
> Emmanuel Lecharny
>
> Symas.com
> directory.apache.org
>
>


-- 
I like: Like Like - The likeliest place on the web

LinkedIn: http://www.linkedin.com/in/claudewarren


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
$ mvn clean install

It taes a couple of mins, all include, it only requires Java 7 and Maven
3.x.


-- 

Emmanuel Lecharny

Symas.com
directory.apache.org