Google News
logo
Java Maven - Interview Questions
What is the purpose of the following command: mvn clean dependency:copy-dependencies package?
The above command is used to clear the project. It will then copy any dependencies and execute all phases of the project.
Advertisement