All topics / Maven, From Zero

Maven, From Zero

Java's build tool and dependency manager: the POM, the build lifecycle, coordinates and repositories, and why 'it works on Maven Central' is the default.

  1. The mental model: convention over configuration
  2. The everyday core: POM, coordinates, and the lifecycle
  3. Production reality: conflicts, the local repo, and multi-module