InterviewSolution
Saved Bookmarks
| 1. |
What Would This Command Do Mvn Clean Dependency:copy-dependencies Package? |
|
Answer» This COMMAND will clean the project, copy the DEPENDENCIES and PACKAGE the project (executing all PHASES up to package). This command will clean the project, copy the dependencies and package the project (executing all phases up to package). |
|