InterviewSolution
Saved Bookmarks
| 1. |
What does Maven install do? |
|
Answer» Maven INSTALL is used for framing a PROJECT configuration-based DEPENDENCY tree such as pom.xml. On an MVN install, framing project is DONE on all the subjects under downloads/compiles and super pom.xml for all the required components in the directory |
|