Google News
logo
Java Maven - Interview Questions
What do you mean by Maven's External Dependencies?
Once Maven reads through the pom file, it gets to know the list of dependencies for the project. It searches for these dependencies in Local, Central and Remote repositories. In case any of the dependency not found in any of the repositories, then Maven utilizes the external dependency.
Advertisement