Google News
logo
Java Maven - Interview Questions
Write the command to perform a force update in Maven.
We will use the below command to perform a force update in Maven :
 
mvn clean install –U
Advertisement