On 2012-04-09, Stefan Bodewig wrote: > I have just tried the mvn-based site, I changed a single page and had to > commit all Javadocs - I don't think I like this.
Even worse, the commit failed as apache-rat-tasks/examples/custom.html has inconsistent line-ends (probably others as well). The apt source is using LF only on my Linux box, svn:eol-style is set and the resulting page has a mix of CRLF and LF lines with the CRLF stuff in the pieces added by Maven (HTML header, footer and all that). I won't try to fix that as I don't have any idea where to start. Stefan