mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-2477 : Ensure distribution packages alwasy get created with Unix (LF) line endings
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>.*</exclude>
|
||||
</excludes>
|
||||
<!-- Ensure line endings in all files are Unix (LF) line endings-->
|
||||
<lineEnding>unix</lineEnding>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
|
@@ -34,6 +34,8 @@
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>.*</exclude>
|
||||
</excludes>
|
||||
<!-- Ensure line endings in all files are Unix (LF) line endings-->
|
||||
<lineEnding>unix</lineEnding>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
|
Reference in New Issue
Block a user