How to time the different stages of maven execution

前端 未结 5 2138
陌清茗
陌清茗 2020-12-05 06:44

I have a maven build that is extremely slow. I would like to know whether there is a way to profile maven execution in order to find out which are the most time-consuming st

5条回答
  •  温柔的废话
    2020-12-05 07:32

    https://github.com/jcgay/maven-profiler is a similar handy tool. It's easy to setup and use. (Having something like it or EventSpy takari/maven-profiler in core Maven as an option would certainly be neat; comment in https://issues.apache.org/jira/browse/MNG-4639 ..)

提交回复
热议问题