Hi,

first I would suggest to check with:

https://github.com/khmarbaise/maven-buildtime-profiler


On 09/06/17 15:02, Debraj Manna wrote:
Just cross-posting this from stack overflow
<https://stackoverflow.com/questions/44458414/profiling-maven-compilation-for-a-multi-module-project>
:-

I have a multi module maven project which is taking a little too much time.

What does "too much time" mean? About which time are we talking about...


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

Maybe I misunderstand your question but what about comparing:

mvn clean package
against:
mvn -T clean package

?
Kind regards
Karl Heinz Marbaise

I am executing maven with -T 4.


    - Maven Version 3.5.0

Thanks,
tuk



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to