anthonyvdotbe opened a new issue, #1324: URL: https://github.com/apache/maven-javadoc-plugin/issues/1324
### Affected version 3.12.0 ### Bug description After changing the Javadoc in the Java source files and running `mvn compile javadoc:javadoc` again, Javadoc generation is skipped. In `maven-javadoc-plugin-stale-data.txt` I see all the command-line arguments and then a bunch of lines like: ```plaintext C:\path\to\target\reports\apidocs\allclasses-index.html = 1778834612169 ``` I assume the right-hand side is a timestamp, but I'm surprised not to see a list of Java source files with timestamps? How can the plugin determine if something has changed if it only has the info in the `maven-javadoc-plugin-stale-data.txt` file? Environment: Windows 11, JDK 26.0.1, Maven 3.9.15 -- 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]
