Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1122C6E6 for ; Tue, 15 May 2012 16:12:35 +0000 (UTC) Received: (qmail 78652 invoked by uid 500); 15 May 2012 16:12:35 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 78552 invoked by uid 500); 15 May 2012 16:12:34 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 78540 invoked by uid 99); 15 May 2012 16:12:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 16:12:34 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [91.198.169.22] (HELO csmtp2.one.com) (91.198.169.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 16:12:28 +0000 Received: from columbia (5248749D.cm-4-1b.dynamic.ziggo.nl [82.72.116.157]) by csmtp2.one.com (Postfix) with ESMTPA id 71AF93016A34; Tue, 15 May 2012 16:12:05 +0000 (UTC) Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Maven Developers List" , "Chris Graham" Subject: Re: Change of behavior with the SCM/Release Plugin? References: Date: Tue, 15 May 2012 18:12:06 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Message-ID: In-Reply-To: User-Agent: Opera Mail/11.64 (Win32) X-Virus-Checked: Checked by ClamAV on apache.org hi Chris, My first impression would be that you hit a problem with the improvement thanks to MRELEASE-645[1] I notice a different file-separator, although I though I'd covered that. The issue has links to the adjustments. I have to check it this is indeed the problem. Robert [1] https://jira.codehaus.org/browse/MRELEASE-645 Op Tue, 15 May 2012 12:10:32 +0200 schreef Chris Graham : > Hi All. > > I'm reasonably sure that I tested the release process with jazz > scm/release > plugin several times, over and over. > > Running the command: > mvn -B -Dresume=false -DignoreSnapshots=true > -DworkingDirectory=C:\tmp\maven release:prepare release:perform > > followed immediately again with the same command. > > But I've now noticed that I now get an error: > > C:\CALMData\Workspaces\RTC\Deb\GPDB>mvn -B -Dresume=false > -DignoreSnapshots=true -DworkingDirectory=C:\tmp\maven release:prepare > release:perform > [INFO] Scanning for projects... > [INFO] Reactor build order: > [INFO] GPDB - J2EE Multi Module Project > [INFO] GPDB - Resources Project > [INFO] GPDB - WAR Project > [INFO] GPDB - EAR Project > [INFO] > ------------------------------------------------------------------------ > [INFO] Building GPDB - J2EE Multi Module Project > [INFO] task-segment: [release:prepare, release:perform] > (aggregator-style) > [INFO] > ------------------------------------------------------------------------ > [INFO] [release:prepare {execution: default-cli}] > [INFO] Verifying that there are no local modifications... > [INFO] ignoring changes on: **\pom.xml.branch, **\pom.xml.backup, > **\pom.xml.releaseBackup, **\release.properties, **\pom.xml.next, > **\pom.xml.tag > [INFO] Executing: cmd.exe /X /C "scm status --username Deb --password > ***** > --wide" > [INFO] Working directory: C:\CALMData\Workspaces\RTC\Deb\GPDB > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Cannot prepare the release because you have local modifications : > [/GPDB/release.properties:added] > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 24 seconds > [INFO] Finished at: Tue May 15 20:07:09 EST 2012 > [INFO] Final Memory: 24M/81M > [INFO] > ------------------------------------------------------------------------ > C:\CALMData\Workspaces\RTC\Deb\GPDB> > > Has anything changed? This is after a release:clean. > > -Chris --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org