Gašper Čefarin created ARTEMIS-5752:
---------------------------------------
Summary: Fix line endings
Key: ARTEMIS-5752
URL: https://issues.apache.org/jira/browse/ARTEMIS-5752
Project: ActiveMQ Artemis
Issue Type: Task
Affects Versions: 2.44.0
Reporter: Gašper Čefarin
An attempt to fix line endings for windows builds by changing
maven-assembly-plugin's lineEnd settings and adding .gitattributes file.
git --renormalize was also used to change encodings of some files to LF.
note: I was not able to change .cmd files' encodings to CRLF in git's index ...
current git ls-files --eol output:
{code:java}
git ls-files --eol *.cmd
i/lf w/crlf attr/text eol=crlf
artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/bin/artemis.cmd
i/lf w/crlf attr/text eol=crlf
artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis-utility.profile.cmd
i/lf w/crlf attr/text eol=crlf
artemis-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/artemis.profile.cmd
i/lf w/crlf attr/text eol=crlf
artemis-distribution/src/main/resources/bin/artemis.cmd
i/lf w/crlf attr/text eol=crlf
tests/smoke-tests/src/main/filtered-resources/servers/windowsUpgrade/bin/artemis.cmd
i/lf w/crlf attr/text eol=crlf
tests/smoke-tests/src/main/filtered-resources/servers/windowsUpgradeETC/artemis.profile.cmd{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact