InterviewSolution
Saved Bookmarks
| 1. |
What exactly is MOJO? |
|
Answer» Every Maven plain Old Java OBJECT (MOJO) is an executable GOAL, and a PLUGIN pertains to the distribution of these MOJOs. MOJO allows Maven to add functionalities that it doesn't already have. In Maven, a MOJO is a single unit of the TASK. |
|