algomaster99 opened a new issue, #5002: URL: https://github.com/apache/paimon/issues/5002
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Motivation I am looking into why builds are not reproducible and I was investigating this project `v1.0.0`. I was not able to reproduce the artifact `paimon-format-1.0.0-sources.jar` because it seems i[t has one file, `org/apache/parquet/filter2/compat/`, less than the reference version on Maven central](https://github.com/jvm-repo-rebuild/reproducible-central/blob/329fd7e4d7721cf7ea85fe203fadfb884be13fa9/content/org/apache/paimon/paimon-parent-1.0.0.diffoscope#L47-L68). Maybe I am missing something from build command that the scripts are using as HervÄ— suggests? The `mvn` command that the scripts run: ``` mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip -Dexec.skip \ -V -e org.apache.maven.plugins:maven-artifact-plugin:3.6.0:compare org.apache.maven.plugins:maven-artifact-plugin:3.6.0:describe-build-output -Dbuildinfo.reproducible -Dcompare.fail=false ``` First line is specific to this project and the second line is specific to verifying the artifacts generated. ### Solution _No response_ ### Anything else? This PR is related to https://github.com/apache/paimon/pull/3719 and all preceding PRs related to reproducibility. I hope this is the right template for to ask for such kind of help :) ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
