New Maven Dependency Resolution Algorithm
Introduction Maven is widely used as a Java project build tool at eBay. As an essential component of Maven, maven-resolver resolves declared dependencies, calculates dependency graphs, mediates conflicts and forms the classpaths for compilation and deployment. This is the so-called dependency resolution process. One of the main impediments to fast iterations of software development was […]
Continue Reading