ASDFGamer commented on issue #1273:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/1273#issuecomment-3406858759

   I have the same Issue. For me the problem was a Unicode Char (รถ) in the 
organisation/name Tag. 
   
   As far as I can tell the problem is the following:
   In the first run maven writes the target/maven-javadoc-plugin-stale-data.txt 
with one charset and then reads it in the following run with a different 
charset (UTF-8).
   If i search for non UTF-8 chars in the file (with grep -axv '.*' / 
https://stackoverflow.com/a/41741313) I can find the problematic char.
   
   It could have something to do with the commit 33c9f01 but I'm not really 
sure because the code looks good to me.


-- 
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]

Reply via email to