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:
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
Affected version
3.12.0
Bug description
After changing the Javadoc in the Java source files and running
mvn compile javadoc:javadocagain, Javadoc generation is skipped.In
maven-javadoc-plugin-stale-data.txtI see all the command-line arguments and then a bunch of lines like: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.txtfile?Environment: Windows 11, JDK 26.0.1, Maven 3.9.15