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

Pavel Varchenko edited comment on MNG-7171 at 6/11/21, 1:21 PM:
----------------------------------------------------------------

What if just create a pull request here

[https://github.com/openjdk/jdk11u-dev/blob/c1411113b396f468963a1deacc3b57ed366e735a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/IndexRedirectWriter.java#L80]

 

with change of only one line?

{{.setTimestamp(!configuration.notimestamp, false)}}


was (Author: varpa89):
What if just create a pull request here

[https://github.com/openjdk/jdk11u-dev/blob/c1411113b396f468963a1deacc3b57ed366e735a/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/IndexRedirectWriter.java#L80]

 

with change of only one line?

.setTimestamp(!configuration.notimestamp, false)

> Reproducible build does not work for maven-javadoc-plugin
> ---------------------------------------------------------
>
>                 Key: MNG-7171
>                 URL: https://issues.apache.org/jira/browse/MNG-7171
>             Project: Maven
>          Issue Type: Bug
>    Affects Versions: 3.8.1
>            Reporter: Pavel Varchenko
>            Priority: Major
>
> I've created a project for reproducible build from this guide
> [https://maven.apache.org/guides/mini/guide-reproducible-builds.html]
> Plugins:
> * maven-jar-plugin 3.2.0
> * maven-javadoc-plugin 3.3.0
> * maven-source-plugin 3.2.1
>  
> This project has only one class
> {code}
> /**
>  * Hello
>  */
> public class Hello {
> }
> {code}
>  
> Then I check buildinfo via
> bq. ./mvnw clean verify -e -DskipTests artifact:buildinfo 
> -Dbuildinfo.ignoreJavadoc=false
>  
> sha512 is always the same for reproducible-build-1.0-SNAPSHOT.jar and 
> reproducible-build-1.0-SNAPSHOT-sources.jar
> But for reproducible-build-1.0-SNAPSHOT-javadoc.jar it changes after each 
> build
>  
> Here is the example
> [https://github.com/varpa89/reproducible-build]
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to