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 6E9B6E978 for ; Fri, 8 Mar 2013 05:52:24 +0000 (UTC) Received: (qmail 53110 invoked by uid 500); 8 Mar 2013 05:52:22 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 52961 invoked by uid 500); 8 Mar 2013 05:52:21 -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 51692 invoked by uid 99); 8 Mar 2013 05:52:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 05:52:19 +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 (athena.apache.org: domain of mfriedenhagen@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 05:52:15 +0000 Received: by mail-ob0-f169.google.com with SMTP id ta14so1029534obb.0 for ; Thu, 07 Mar 2013 21:51:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=XlIi8bQZVIpr66to7k4ILaVQ/suxt6OZT5WBXQMkfFE=; b=tRmLAPKKEEgdIGS0xiyvPEFFQpFFFkO/qZ/ZaTV5oxd4N2SXuPjU+7+PXd6+1bxuBX iCFM5JUPmFRib8NcpswNeUqZzSU834U627MAcy6lZ8vD6fubWjsNPeWKo4oRsVOqz2jN 8pj7TrD6VuO6pxRj6croPZ+hH7Wzt2IbPaNA8CBREPsVLrv66NlHSFgHMt8mldcl+SSM AX5Yi37KO7QuXEvVOYBo6mhKAZVKt0pRijeSDe+BH71BRPCtNpd8QCb/gOIK2pXGNeRV XAwY1I7St3aUD2uE9CDQ/8txUtOr5cpDmdiQEIoeR0g6pblfAV9Pc6Wsa9sBUZ5Gu12m 6vkQ== MIME-Version: 1.0 X-Received: by 10.182.122.41 with SMTP id lp9mr630580obb.65.1362721915243; Thu, 07 Mar 2013 21:51:55 -0800 (PST) Received: by 10.182.250.199 with HTTP; Thu, 7 Mar 2013 21:51:54 -0800 (PST) Received: by 10.182.250.199 with HTTP; Thu, 7 Mar 2013 21:51:54 -0800 (PST) In-Reply-To: References: <75F3A2D98EDE2545BDC06B5B6C1CEC514B0D0A88@ESGSCMB101.ericsson.se> Date: Fri, 8 Mar 2013 06:51:54 +0100 Message-ID: Subject: Re: Release:perform failing on git ... From: Mirko Friedenhagen To: Maven Users List Content-Type: multipart/alternative; boundary=bcaec5396856af93e804d7636b8a X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5396856af93e804d7636b8a Content-Type: text/plain; charset=UTF-8 Hello Benson, when this repository is on a host of it's own adding an entry to ssh-config may help (http://linux.die.net/man/5/ssh_config) . Regards Mirko -- Sent from my mobile On Mar 8, 2013 2:53 AM, "Benson Margulies" wrote: > Actually, I know what's happening. > > To talk to this repo, I need to use a custom ssh key. > > At command level, I use a shell script: > > git clone --config ssh.key=/users/benson/.ssh/id_basis_rsa "$@" > > THe question is, how do I get the m-r-p to do this? > > > On Thu, Mar 7, 2013 at 8:49 PM, Tim Wu T wrote: > > > I think it should better for you to provide more stacktrace. > > > > [ERROR] The git-clone command failed. This message is too limited to find > > the root cause. > > > > Br, > > Tim > > -----Original Message----- > > From: Benson Margulies [mailto:bimargulies@gmail.com] > > Sent: Friday, March 08, 2013 9:47 AM > > To: Maven Users List > > Subject: Release:perform failing on git ... > > > > release plugin 2.3.2 > > > > prepare does fine. > > > > perform fails with: > > > > [INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @ > > find-jug-dist-dir-maven-plugin --- > > [INFO] Checking out the project to perform the release ... > > [INFO] Executing: /bin/sh -c cd > > /Users/benson/x/find-jug-dist-dir-maven-plugin/target && git clone > --branch > > find-jug-dist-dir-maven-plugin-1 > > git@github.com:basis-technology-corp/find-jug-dist-dir-maven-plugin.git > > /Users/benson/x/find-jug-dist-dir-maven-plugin/target/checkout > > [INFO] Working directory: > > /Users/benson/x/find-jug-dist-dir-maven-plugin/target > > [ERROR] The git-clone command failed. > > > > scm looks like: > > > > > > scm:git:git@github.com: > > basis-technology-corp/find-jug-dist-dir-maven-plugin.git > > scm:git:git@github.com: > > > > > basis-technology-corp/find-jug-dist-dir-maven-plugin.git > > > > https://github.com/basis-technology-corp/find-jug-dist-dir-maven-plugin > > > > HEAD > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > > --bcaec5396856af93e804d7636b8a--