InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|