Hervé Boutemy opened MARTIFACT-6 and commented
when used with multi-modules build, current implementation creates the buildinfo file in the last module (that will be deployed to repository, more precisely)
This is because buildinfo records fingerprints/hashes of the result of the build, then artifacts to be fingerprinted are available only at the end of the build
It works, but it adds a level of complexity to find the buildinfo file
It would be a lot easier to use if buildinfo could be generated (and eventually deployed) in root directory
Affects: 3.0.0
Issue Links:
- MARTIFACT-8 multi-module: copy aggregate buildinfo to root target
Remote Links: