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 9C80A1020D for ; Fri, 28 Jun 2013 21:21:59 +0000 (UTC) Received: (qmail 54133 invoked by uid 500); 28 Jun 2013 21:21:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 54050 invoked by uid 500); 28 Jun 2013 21:21: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 54042 invoked by uid 99); 28 Jun 2013 21:21:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 21:21:57 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcjtmu-turbine-maven-user-846@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jun 2013 21:21:52 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Usg6i-0007V3-KR for users@maven.apache.org; Fri, 28 Jun 2013 23:21:28 +0200 Received: from hsi-kbw-046-005-173-039.hsi8.kabel-badenwuerttemberg.de ([46.5.173.39]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jun 2013 23:21:28 +0200 Received: from joerg.schaible by hsi-kbw-046-005-173-039.hsi8.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Jun 2013 23:21:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: =?UTF-8?B?SsO2cmc=?= Schaible Subject: Re: With mvn release:prepare, is it possible to instruct Maven to use a forward slash in the submodule pom locations for the commit command? Date: Fri, 28 Jun 2013 23:21:18 +0200 Lines: 22 Message-ID: References: Reply-To: joerg.schaible@gmx.de Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: hsi-kbw-046-005-173-039.hsi8.kabel-badenwuerttemberg.de User-Agent: KNode/4.10.3 X-Virus-Checked: Checked by ClamAV on apache.org Hi Don, Don Branson wrote: > I'm trying to resolve an issue which I've posted at > http://stackoverflow.com/questions/17367079/with-mvn-releaseprepare-is-it-possible-to-instruct-maven-to-use-a-forward-slas. > Is this a known issue with Maven+git+Cygwin? Is there a solution? Years ago I was in this situation with Maven+svn+Cygwin. I simply deinstalled the Cygwin svn and used a Windows version of the command line. You just have to ensure that you checkout your sources in a directory that is mounted with Cygwin's text flag i.e. my sources had all CR/LF EOL's and all the Cygwin tools expected that because of the text mount. Maybe you can use a similar setup with git ... The main problem was (and is IIRC) that you don't have a Cygwin version of a JDK and therefore all Java applications were using Windows paths. However, 10 years ago, you had no option, but today you might be able to build icedtea. Maybe it is in the meanwhile available for Cygwin? - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org