Rafał Gała created CAMEL-18180:
----------------------------------
Summary: Force LF endings in .adoc files
Key: CAMEL-18180
URL: https://issues.apache.org/jira/browse/CAMEL-18180
Project: Camel
Issue Type: Improvement
Reporter: Rafał Gała
Please consider adding the
{noformat}
*.adoc text eol=lf{noformat}
in .gitattributes to force LF line endings in .adoc files to avoid issues with
{code:java}
String[] lines = text.split("\n"); {code}
in *UpdateReadmeMojo* class when a git checkout was made on a Windows machine
with GIT configuration set to {*}autocrlf = true{*}.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)