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 1B8F1D03C for ; Fri, 8 Mar 2013 01:47:00 +0000 (UTC) Received: (qmail 94593 invoked by uid 500); 8 Mar 2013 01:46:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 94531 invoked by uid 500); 8 Mar 2013 01:46:57 -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 94522 invoked by uid 99); 8 Mar 2013 01:46:57 -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 01:46:57 +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 bimargulies@gmail.com designates 209.85.214.48 as permitted sender) Received: from [209.85.214.48] (HELO mail-bk0-f48.google.com) (209.85.214.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 01:46:53 +0000 Received: by mail-bk0-f48.google.com with SMTP id jf20so504878bkc.21 for ; Thu, 07 Mar 2013 17:46:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=0t3kDMIU3E7SrT0O8Cc+DB93zJVgkVClStvDndjwPJI=; b=ecfeoGMM2rqKtMlyzpq+E1OXOQO7kpa3bBSDvhW3rcbSp72miQPiPQp+C3lshXfwie C3hvdFAJipmhFvd9y5nDKHvkFWNM+/9H5XKwgVybVIkl/i7Q3PslYgHe0ex2L8SwII+x mY3kQFf0JqLGbLyyH6Eo0alcADNE8TVGz6JWpF0RYC9YfAIS3BhH7uq6VPbhBhWZ/G6e Djgcdsk1aIKM2fXG8VwUi9TMDwrozPCSzU8BK7r3FGvGqE+d7hEILHi3elNLGm7tr7Zh Y16nsqLlJ0tlzRrEQs4SOp+galsziI8/Rnw+HDRaKRa8xaojbiE1AB5nQ1zwzZHFOSIH Jsmw== MIME-Version: 1.0 X-Received: by 10.205.73.74 with SMTP id yr10mr24114bkb.29.1362707192315; Thu, 07 Mar 2013 17:46:32 -0800 (PST) Received: by 10.204.39.13 with HTTP; Thu, 7 Mar 2013 17:46:32 -0800 (PST) Date: Thu, 7 Mar 2013 20:46:32 -0500 Message-ID: Subject: Release:perform failing on git ... From: Benson Margulies To: Maven Users List Content-Type: multipart/alternative; boundary=f46d0417072921bf2d04d75ffe52 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0417072921bf2d04d75ffe52 Content-Type: text/plain; charset=UTF-8 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 --f46d0417072921bf2d04d75ffe52--