Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.54 KB

File metadata and controls

51 lines (38 loc) · 2.54 KB

Plugin Developers Centre

This documentation centre is for those who are developing Maven plugins. This might be for your own build, or as an accompaniment to your third party tool.

What is a Mojo? A mojo is a Maven plain Old Java Object. Each mojo is an executable goal in Maven, and a plugin is a distribution of one or more related mojos.

Reference

Extensions