0 votes
in DevOps by
What Is Goal In Maven?

1 Answer

0 votes
by
In Maven a goal represents a specific task which contributes to the building and managing

of a project.

It may be bound to 1 or many build phases. A goal not bound to any build phase could be

executed outside of the build lifecycle by its direct invocation.

Related questions

+1 vote
asked Aug 6, 2020 in Maven - Coalescing Pipeline by Robindeniel
0 votes
asked Jul 23, 2020 in DevOps by Hodge
...