Tony Jewell created MASSEMBLY-729: ------------------------------------- Summary: lineEnding ignored when file is not filtered Key: MASSEMBLY-729 URL: https://jira.codehaus.org/browse/MASSEMBLY-729 Project: Maven Assembly Plugin Issue Type: Bug Affects Versions: 2.5 Reporter: Tony Jewell Attachments: maven-assembly-plugin-2.5-lineEnding-ignored-when-not-filtering.zip
lineEnding=unix is ignored when filtering is not enabled in FileSet. See attached sample project. unfiltered.properties - has original (DOS) line endings filtered.properties - has unix file endings - original had DOS line endings *NOTE* the pom.xml maven-assembly-plugin:2.5 with the following dependency overrides: {code} <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> <version>2.8.2</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-io</artifactId> <version>2.3.3</version> </dependency> {code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)