DevOps / Maven Interview questions
How Maven searches for dependency JAR?
Maven searches first for a dependency JAR in local repository. If found it is used else maven looks st the remote repository and download the corresponding version of JAR file and then stores it into local repository.
More Related questions...