Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A47F11F58 for ; Wed, 9 Jul 2014 12:59:10 +0000 (UTC) Received: (qmail 79583 invoked by uid 500); 9 Jul 2014 12:59:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 79502 invoked by uid 500); 9 Jul 2014 12:59:08 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 79475 invoked by uid 99); 9 Jul 2014 12:59:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 12:59:07 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ericcornely@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 12:59:05 +0000 Received: by mail-qa0-f43.google.com with SMTP id k15so5991336qaq.16 for ; Wed, 09 Jul 2014 05:58:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Heu+3zwL7PKOeoaIFUJNFdXGGA46dhyFK90bap+tC2M=; b=GqC9jYowDi/nil9RwZH7bTd4U6ggwykHSq1a6jHH8dav3ywvKmcExdOYwKhJiShZTZ JwauKrOXRrefk/TNpfg8bLyA8E2U8yxYZlULBfyyvr7FLaog9EZBy063YtInC9p3SUgS 41NYXxYsEAjHmpZQPmeBoP+mJFPf/hpvYOxIfa8+BEoBlZH8ljLhCoH76N+l9noK6bE6 c2PCQtkAU1hbKOzFcbNm4E76aXb2s2ouKhDnzjxa2ea7DaovXIBcNfGjL77waLWKbWVg 4mVqudTjbT2EwwtoHox2KcKxfnptNNlgyzhOhJQPUfqGe/eMPCnYdP5b6VlpaB4SfMxL 3m7g== MIME-Version: 1.0 X-Received: by 10.140.24.243 with SMTP id 106mr9454557qgr.11.1404910720826; Wed, 09 Jul 2014 05:58:40 -0700 (PDT) Received: by 10.96.123.229 with HTTP; Wed, 9 Jul 2014 05:58:40 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Jul 2014 14:58:40 +0200 Message-ID: Subject: Re: Remote repositories protocols From: Eric Cornely To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c13eea74e27a04fdc24430 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c13eea74e27a04fdc24430 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ok cool ! Thanks a lot I tried copying a part of a repository and pointed to it with an sftp url and it works perfectly. Here below is what it looks like : sftp sftp://maven.server.com/path/to/repository/ ... org.apache.maven.wagon wagon-ssh 2.6 Maven is able to download from any url type then... great ! As you suggest it would be great to have a lot of wagon : bittorrent, nfs, cifs, ... By the way it was just by curiosity I'll probably end up with an http server somehow :) 2014-07-09 13:03 GMT+02:00 Mark Derricutt : > I wonder if anyones considered doing a bit-torrent based repository. > > Each GAV entry could be its own entry in a tracker. *ponders* > > On 9 Jul 2014, at 19:48, Stephen Connolly wrote: > > wagon is the extension point to implement additional protocols. You need >> to >> register wagon implementations as extensions in order to use them in you= r >> pom (or register them as additional dependencies of specific plugins in >> your pom to use them for a specific plugin) >> >> >> On 9 July 2014 07:42, Eric Cornely wrote: >> >> Hi, >>> >>> I read in the documentation ( >>> >>> https://maven.apache.org/guides/introduction/ >>> introduction-to-repositories.html >>> ) >>> that "maven repositories can be accessed by a variety of protocols such >>> as >>> file:// and http://" >>> >>> By curiosity I'm wondering what are the other protocols supported by >>> maven. >>> Is there a list of them or a way I could make it ? by listing existing >>> wagon ? (Is wagon used only when deploy ?) >>> >>> I'm really wondering about ftp://, ftps://, ssh://, sftp:// and smb:// >>> support. If you know one of these works as a repository url, tell me. >>> >>> Kind regards, >>> >>> Eric Cornely >>> -- >>> Eric Cornely >>> ericcornely@gmail.com >>> >>> Please consider the environment before printing this e-mail >>> >>> > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --=20 Eric Cornely IT Consultant and Trainer @ Vision Consulting Group Chauss=C3=A9e de Louvain 431 (B=C3=A2t H) 1380 Lasne Mobile : +32 (0)494 25 22 77 ericcornely@gmail.com Please consider the environment before printing this e-mail --001a11c13eea74e27a04fdc24430--