Marshall Schor created MJAVADOC-373: ---------------------------------------
Summary: Make generated Javadoc html files have consistent new line endings Key: MJAVADOC-373 URL: https://jira.codehaus.org/browse/MJAVADOC-373 Project: Maven 2.x Javadoc Plugin Issue Type: New Feature Affects Versions: 2.9.1 Environment: Windows Reporter: Marshall Schor On Windows, running the plugin results in Javadoc html files being built which have both cr lf and lf style line endings. Now that Apache requires uploads for releases via SVN, and because the default for SVN for new files (if using the standard conventional Apache settings from http://apache.org/dev/svn-eol-style.txt ) adds the svn property eol-style:native, SVN throws an error and won't upload the files because it finds "mixed" end-of-line characters in the file. It would nice if there was a new option, which (if set) would cause something like Ant's fixcrlf to be run on the generated .html files after the Javadoc generation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira