What is a mojo?
Answer / Rahul Kumar Srivastava
In Apache Maven, a Mojo (Maven Job) is a task or plugin goal that performs a specific function during the build lifecycle. Mojos are defined in XML files and can be customized by users to add new functionality to their builds.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefit of storing jars/external dependencies in the local repository instead of a remote one?
What is the minimal set of information for matching dependency reference against a dependencymanagement section?
How do you resolve maven dependencies issue while upgrading dependencies versions?
Define snapshot in terms of maven.
What is maven's order of inheritance?
What information does pom contain?
What is maven selenium?
What means snapshot in maven?
Where are maven dependencies stored?
Difference between maven scope compile and provided for jar packaging?
What is maven?
Mention how profiles are specified in Maven?