Styrow.dev
Question 14 of 20
Maven Topic: General medium

What is a goal in Maven terminology?

Question

What is a goal in Maven terminology?

Answer

A goal represents a specific task which contributes to the building and managing of a project. It may be bound to zero or more build phases. A goal not bound to any build phase could be executed outside of the build lifecycle by direct invocation.