InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a maven goal?(a) clean(b) package(c) install(d) debug |
|
Answer» The correct option is (d) debug Explanation: clean, package, install are maven goals. Debug is used finding and resolving of defects. |
|