Google News
logo
Java Maven - Interview Questions
What is meant by Mojo in Maven?
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. In short, a mojo is a maven goal, to extend functionality not already found in maven.
Advertisement