[ 
https://issues.apache.org/jira/browse/MJAVADOC-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17958069#comment-17958069
 ] 

Olivier Lamy commented on MJAVADOC-684:
---------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-javadoc-plugin#1058|https://github.com/apache/maven-javadoc-plugin/issues/1058].
 

> maven-javadoc and reproducible builds
> -------------------------------------
>
>                 Key: MJAVADOC-684
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-684
>             Project: Maven Javadoc Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>          Components: javadoc
>    Affects Versions: 3.3.0
>         Environment: Apache Maven 3.8.1 
> (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
> Maven home: /opt/maven
> Java version: 11.0.11, vendor: Ubuntu, runtime: 
> /usr/lib/jvm/java-11-openjdk-amd64
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "5.4.0-77-generic", arch: "amd64", family: "unix"
>            Reporter: Maxim Solodovnik
>            Assignee: Hervé Boutemy
>            Priority: Major
>             Fix For: 3.3.1
>
>
> I'm a bit confused with documentation
>  
> This [1] guide instruct me to set
> {code:xml}
>     <project.build.outputTimestamp>1</project.build.outputTimestamp>
> {code}
> and add 
> {code:xml}
>     <notimestamp>true</notimestamp>
> {code}
> to javadoc configuration in pluginManagement
>  
> as a result I'm getting
>  
> {noformat}
> 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)
> {noformat}
>  
> 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]{color:#888888}
> {color}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to