[ https://issues.apache.org/jira/browse/MJAVADOC-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434753#comment-17434753 ]
Michael Osipov edited comment on MJAVADOC-681 at 10/27/21, 9:22 AM: -------------------------------------------------------------------- Now this makes sense. The ZIP file internally is not reproducible. There is basically nothing we can do. You'd need to open the ZIP file in a lib, apply reproducible values and then store again. One needs to convince Oracle to backport this to 11 or 8 if it applies. was (Author: michael-o): Now this makes sense. The ZIP file internally is not reproducible. There is basically nothing we can do. You'd need to open the ZIP file in a lib, apply reproducible values and then store again. > Reproducible build does not work for maven-javadoc-plugin > --------------------------------------------------------- > > Key: MJAVADOC-681 > URL: https://issues.apache.org/jira/browse/MJAVADOC-681 > Project: Maven Javadoc Plugin > Issue Type: Bug > Reporter: Pavel Varchenko > Assignee: Robert Scholte > Priority: Major > Attachments: Screenshot 2021-10-27 at 11.16.35.png > > > 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)