0

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
tuk
  • 5,941
  • 14
  • 79
  • 162
  • 2
    This should answer the first question : https://stackoverflow.com/questions/5120470/how-to-time-the-different-stages-of-maven-execution . – Gimby Jun 09 '17 at 13:10
  • 1
    Thanks https://github.com/jcgay/maven-profiler worked fine for me in providing the compilation time. Is there a way I can also which steps are getting executed in parallel relative to which step? – tuk Jun 09 '17 at 13:58
  • 1
    I don't know. It is generally not a good idea to ask two questions at once on Stack Overflow, you should split them up. – Gimby Jun 09 '17 at 14:06
  • Actually I asked this question as profiling for the entire maven execution consisting of time as well as thread information. – tuk Jun 10 '17 at 12:14

0 Answers0