Google News
logo
Java Maven - Interview Questions
Why is it recommended to keep the external dependencies in the local repository rather than a remote repository in Maven?
It is recommended to keep the external dependencies in the local repository instead of remote in Maven because local repository consumes less space, are easily accessible and there is no need to take care of versioning for jars.
Advertisement