mvn clean install command

When i run mvn clean install, the cmd console displays

downloading from < url… >

Yet when i run mvn install the downloading section is skipped, it just displays the number of files compiled and runs tests.

@mksd May you please help me understand more why maven does the above?