Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5
-
None
-
None
Description
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:
<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>