takari / takari-smart-builder

http://takari.io/book/30-team-maven.html
Apache License 2.0
44 stars 13 forks source link

No `timing.properties` created? #61

Closed liamjones closed 4 months ago

liamjones commented 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

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?

cstamas commented 4 months ago

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.

liamjones commented 4 months ago

Ah, thank you!