You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easier comparison of build artifacts (e.g. if trying to see whether two artifacts that are ostensibly the same are in all important respects the same, developers could just compare the hashes, instead of having to substitute an entire artifact and run tests, etc). This might help with AMI stack: improve version numbering #1 , by ensuring that each version of each artifact would map to one and only one hash.
The text was updated successfully, but these errors were encountered:
By default, Maven builds are non-deterministic.
The Reproducible Build Maven Plugin attempts to solve this.
Adopting reproducible builds would potentially yield several advantages, e.g.:
The text was updated successfully, but these errors were encountered: