Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adopt reproducible builds #9

Open
ghost opened this issue May 28, 2017 · 1 comment
Open

Adopt reproducible builds #9

ghost opened this issue May 28, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented May 28, 2017

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.:

  • Memoization
  • Improved security
  • 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.
@petermr petermr closed this as completed Jun 15, 2017
@ghost
Copy link
Author

ghost commented Jun 15, 2017

Re-opening, as issue has not been resolved and seems to have been closed erroneously. (Cf. #5 (comment) .)

@ghost ghost reopened this Jun 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant