cstamas commented on PR #1726: URL: https://github.com/apache/maven/pull/1726#issuecomment-2372472263
Nope, we are about "reproducible builds". In short, if you build a (let's assume git tag), then if I re-build same tag (on same OS/Java -- but this has some leeway), I should end up with _same_ (binary wise) JAR output, like you. In other words, if you do `sha1sum` on your JAR and I do `sha1sum` on my JAR, we end up with same checksum. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org