Java theorytheory 0/50 · 0%
Build Tools · easy

15. Maven Lifecycle

Standardizing the build process.

Maven uses a lifecycle (clean, compile, test, package, install, deploy) to manage project phases.

Check your understanding

  1. 1. Which phase runs unit tests?

  2. 2. Where is Maven configuration stored?