I have a maven build that runs for about an hour and 10 minutes. It is of a huge product. I am trying to understand the reason it takes that much time by profiling the build then start understanding what to change from there.
I am a bit lost on how to profile it. I tried using Jprofiler but the problem is that I couldn't get it to connect to the maven build JVM and was unable to get any results.
Any tips are appreciated!
(looked over the most popular similar questions on stackoverflow but nothing was actually helpful other than suggesting Jprofiler which did not work).