Tuesday, April 1, 2014

Who is dragging my build!

We are a java shop and we use maven to manage our project build, tests, deploy...

But a couple days ago one of our modules build time jump to the roof with no apparent reason.

I knew which module was problematic.
But why?
Where is the problem?

Maven profiler to the rescue: https://github.com/takari/maven-profiler


Once I located the problem I was able to isolate some code on a new module and all was good again.

Cheers!