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

46. Custom Maven Plugins

Extending build logic.

Maven plugins are written as 'Mojos' (Maven Old Java Objects) and can be bound to lifecycle phases.

Check your understanding

  1. 1. Annotation for a Maven task?

  2. 2. How are plugins shared?