Dependency convergence and the Maven enforcer plugin
Another great plugin for security and application stability is the Maven Enforcer plugin. You don't want to end up in JAR hell :) You can use the Enforcer plugin for the following tasks. Dependency convergence Requires that dependency version numbers converge. If a project has two dependencies, A and B, both depending on the same artifact, C, this rule will fail the build if A depends on a… [read more →]