From issues-return-147467-archive-asf-public=cust-asf.ponee.io@maven.apache.org Tue Apr 2 21:31:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id E51A0180668 for ; Tue, 2 Apr 2019 23:31:01 +0200 (CEST) Received: (qmail 41022 invoked by uid 500); 2 Apr 2019 21:31:01 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 40999 invoked by uid 99); 2 Apr 2019 21:31:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2019 21:31:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7609DE031B for ; Tue, 2 Apr 2019 21:31:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 35AFD24421 for ; Tue, 2 Apr 2019 21:31:00 +0000 (UTC) Date: Tue, 2 Apr 2019 21:31:00 +0000 (UTC) From: "Steinar Bang (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MNG-6622) release:prepare and release:update-version sets line endings to crlf for all lines except the first and last lines of the pom.xml files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MNG-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808162#comment-16808162 ] Steinar Bang commented on MNG-6622: ----------------------------------- Now I've had a successful "mvn release:perform" on the authservice project: # The pom.xml files have weird line endings (ie. lf on first and last line and crlf on the rest of the lines) after "mvn release:perform" completion # The diffs of the commit only show the changed lines # The pom.xml files don't show up as modified in git status # Changing the line endings of the files from crlf to lf only, doesn't make the changed files show up as modified in magit-status, but makes the files show up in "git status" # However doing this, puts the pom.xml files back to normal (ie. lf only): {noformat} git rm -rf --cached . git reset --hard HEAD {noformat} So what's committed is OK, but the pom.xml files in the working directory is in a strange state. This is maven 3.6.0. > release:prepare and release:update-version sets line endings to crlf for all lines except the first and last lines of the pom.xml files > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: MNG-6622 > URL: https://issues.apache.org/jira/browse/MNG-6622 > Project: Maven > Issue Type: Bug > Affects Versions: 3.3.9 > Environment: debian 9.8 "stretch", amd64, openjdk 8u212-b01-1~deb9u1, maven 3.3.9-4 > Reporter: Steinar Bang > Priority: Major > > For these two projects > * https://github.com/steinarb/authservice > * https://github.com/steinarb/osgi-service > line endings in the pom.xml files are messed up when I do > {noformat} > mvn release:prepare > {noformat} > or bump versions with e.g. > {noformat} > mvn --batch-mode release:update-versions -DdevelopmentVersion=1.0.2-SNAPSHOT > {noformat} > What happens to the line endings are: > # First line stays at lf > # Last line stays at lf > # All of the intervening lines get crlf > # The line endings were initially lf (at least they were meant to be) > # I run the "mvn release:prepare" and "mvn:update-version" commands from a command line on Debian GNU/linux -- This message was sent by Atlassian JIRA (v7.6.3#76005)