Hello Michael, Shall I file JIRA at https://issues.apache.org/jira/projects/MJAVADOC/ ? Or some other project?
On Sat, 17 Jul 2021 at 14:46, Michael Osipov <[email protected]> wrote: > Am 2021-07-17 um 02:55 schrieb Maxim Solodovnik: > > Hello All, > > > > I'm a bit confused with documentation > > > > This [1] guide instruct me to set > > <project.build.outputTimestamp>1</project.build.outputTimestamp> > > and add > > <notimestamp>true</notimestamp> > > to javadoc configuration in pluginManagement > > > > as a result I'm getting > > > > Caused by: java.time.format.DateTimeParseException: Text '1' could not be > > parsed at index 0 > > at java.time.format.DateTimeFormatter.parseResolved0 > > (DateTimeFormatter.java:2046) > > at java.time.format.DateTimeFormatter.parse > > (DateTimeFormatter.java:1874) > > at > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getBottomText > > (AbstractJavadocMojo.java:3007) > > at > > > org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addStandardDocletOptions > > (AbstractJavadocMojo.java:5549) > > > > and this seems to be "by design" [2]: > > > > Shall I specify some additional custom property? (bottom?) > > or maybe outputTimestamp should be set to some other value? > > > > and documentation definitely need to be updated :((( > > > > [1] https://maven.apache.org/guides/mini/guide-reproducible-builds.html > > [2] > > > https://github.com/apache/maven-javadoc-plugin/blob/master/src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java#L3004 > > > > This is a bug. Please report. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Maxim
