What is a goal in maven terminology?
Answer / Sarika Choubey
In Apache Maven, a goal is an action or task that Maven performs to complete the build lifecycle. Goals are defined by plugins and can be executed as part of a specific phase in the project's lifecycle.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is pom in maven?
What is an uber jar? What does an uber-jar mean and what are its features/advantages?
How do you check if you have maven installed?
What is the maven build lifecycle?
Is there a particular sequence in which maven searches for dependency libraries?
When you say maven uses convention over configuration?
What are the three build life cycles of maven? Mention them.
What is archetype?
What is the use of plugins in maven?
Where are maven dependencies downloaded to?
What is snapshot in maven?
How to tackle duplicate classes in maven build?