How does Maven searches for Dependencies?
======================================
Basically, when maven starts executing the build commands, maven starts for searching the dependencies as explained below :
●It scans through the local repositories for all the configured dependencies. If found, then it continues with the further execution. If the configured dependencies are not found in the local repository, then it scans through the central repository.