jira-importer commented on issue #526: URL: https://github.com/apache/maven-javadoc-plugin/issues/526#issuecomment-2957333460
**[Mathew Crocker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mcrocker)** commented I had a similar problem that was related to the existence of carriage returns and tab characters in the \<description> element in the pom.xml file. The content of this element gets copied by the jar plugin to the Specification-Title: field in the MANIFEST.MF with some strange wrapping. Putting the entire contents of the \<description> element on a single line seems to solve the problem. This work-around should not be required. The Maven XML parser should "do the right thing" with whitespace and not include the leading tabs in the description entry. Using the encoding element in the configurations section of the resources plugin, as suggested by on posting, did not help. -- 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]
