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 3FB04E8EF for ; Fri, 4 Jan 2013 21:13:10 +0000 (UTC) Received: (qmail 21317 invoked by uid 500); 4 Jan 2013 21:13:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 21205 invoked by uid 500); 4 Jan 2013 21:13: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 21197 invoked by uid 99); 4 Jan 2013 21:13:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 21:13:08 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Julien.Silland@turn.com designates 69.12.158.147 as permitted sender) Received: from [69.12.158.147] (HELO webmail.turn.com) (69.12.158.147) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 21:13:01 +0000 Received: from [172.16.125.137] (172.16.125.137) by turn-mail02.turn.corp (172.16.100.56) with Microsoft SMTP Server (TLS) id 14.2.328.9; Fri, 4 Jan 2013 13:12:40 -0800 Date: Fri, 4 Jan 2013 13:12:39 -0800 From: Julien Silland To: Maven Users List Message-ID: <1BBD7AAB2DF342AC97B922B7EAE5017D@turn.com> In-Reply-To: References: <9C4CDC38AD3146329B289AAF03A4F644@turn.com> Subject: Re: Release preparation not removing SNAPSHOT suffix X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="50e745c7_ded7263_b28" X-Originating-IP: [172.16.125.137] X-Virus-Checked: Checked by ClamAV on apache.org --50e745c7_ded7263_b28 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline I understand the root issue is not from the release plugin itself but from the SCM implementation. Though, I have to mention that the plugin was error'ing out when I had left modified files before running maven:prepare. My git version is: 1.7.7.5 (Apple Git-26) Here's a sample output of git status --porcelain: M pom.xml A foo-archetype/pom.xml ?? phonebook/ This is respectively for a modified file, a new file and an untracked folder. I have no idea what's that character in between the beginning of the line and the 'M' for the modified file. -- Julien Silland On Friday, January 4, 2013 at 12:55 PM, Robert Scholte wrote: > The real issue is https://jira.codehaus.org/browse/SCM-709 > To solve it we could really use some feedback on this issue: > - which version of GIT are you using? > - what is the output of 'git status --porcelain' if a file is modified? > > Robert > > Op Fri, 04 Jan 2013 21:00:40 +0100 schreef Julien Silland > : > > > Thanks for the pointer to the bug. I've configured my project to use the > > 2.3.2 version of the release plugin and things are working as expected. > > I haven't explored switching to different scm version dependency. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org (mailto:users-unsubscribe@maven.apache.org) > For additional commands, e-mail: users-help@maven.apache.org (mailto:users-help@maven.apache.org) > > --50e745c7_ded7263_b28--