jenkinsci / plugin-pom

Parent POM for Jenkins Plugins
https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial
MIT License
66 stars 75 forks source link

Suppress Javadoc timestamp #922

Closed basil closed 2 months ago

basil commented 2 months ago

Suppresses the timestamp, which is hidden in an HTML comment in the generated HTML near the top of each page. Needed for #919. If the project has the property project.build.outputTimestamp, the value is true by default, but we might not have that property set when doing reproducible builds using https://github.com/jenkinsci/incrementals-tools/pull/104.

Testing done

Built Text Finder with these changes; no regressions generating Javadoc.