fridrich commented on PR #1189: URL: https://github.com/apache/maven-plugin-tools/pull/1189#issuecomment-5750982045
The stray newline, I discovered when comparing the plugin descriptors generated by 3.15 in non-bootstrap build and with own 4.0.x in the bootstrap one. The reason was that jsoup inserts new line after HTML comments in javadoc conversion which ends up as a extra space when converted to plain text. The last fix makes the plugin descriptors identical besides the "Generated by ..." version which is normal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
