Profiling Maven Compilation for a multi-module project

时间:2017-06-09 12:55:21

标签: java maven maven-3

I have a multi module maven project which is taking a little too much time. Can some one let me know if there is a way it is possible for me to see which step in maven compilation is taking how much time. Also is it possible to see which steps are getting executed in parallel relative to which step?

I am executing maven like below:-

mvn clean install -T 4
  • Maven Version 3.5.0

0 个答案:

没有答案