Maven and bit-for-bit identical builds
Posted
by mattjames
on Stack Overflow
See other posts from Stack Overflow
or by mattjames
Published on 2010-04-22T18:18:18Z
Indexed on
2010/04/22
18:23 UTC
Read the original article
Hit count: 175
If your project requirements for a large application with many 3rd party dependencies included:
1) Maintain a configuration management system capable of reproducing from source bit-for-bit identical copies of any build for 25 years after the original build was run and
2) Use Maven2 as a build tool to compile the build and to resolve dependencies
What process would need to be followed to meet those requirements?
© Stack Overflow or respective owner