Closed liamjones closed 4 months ago
I've set up and used the builder and it's doing parallel builds but I'm not seeing a timing.properties created in the .mvn directory as stated here: http://takari.io/book/30-team-maven.html#using-critical-path-scheduling
timing.properties
.mvn
Is this still meant to be created in the current version of the builder? If so, is there anything I can do to debug this?
Seems it was removed 7 years ago, see commit message for why: https://github.com/takari/takari-smart-builder/commit/3f813ebcf0709430cbd1b3c45202cf7fa56ffd73
But site was never updated.
Ah, thank you!
I've set up and used the builder and it's doing parallel builds but I'm not seeing a
timing.properties
created in the.mvn
directory as stated here: http://takari.io/book/30-team-maven.html#using-critical-path-schedulingIs this still meant to be created in the current version of the builder? If so, is there anything I can do to debug this?