Hello. In order to speed up the build of a multi-module project, I'd like to reuse artifacts of modules that haven't changed. Manual versioning is tedious and error-prone.
Is it possible to automatically assign versions to modules computed as a hash-of( hash-of(module sources) + hashes of all dependencies)? In this approach, every change in code will modify such hash-based version of all dependent modules automatically. This would be similar to Nix package manager. How to do that in maven? Best regards, - Anton --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
