Category Archives: Build

Revisiting dependency management with Maven

A time ago, I wrote about dependency management with maven and about the problem with compile time dependencies. This problem can be solved fairly simple after reading a new comment of the MNG-2589 that states that if we declare all dependencies in the dependency management part as runtime they will default to runtime when they… Read More »

Control your 3pp:s with maven

In my assignment I recently got the task to look over the maven build system in a large application that consist of more then 10 projects. All this projects have dependencies to each other (no circular one) and to various 3pp libraries like spring.