Automatic dependencies is one of the powerful feature of Apache maven and its one of the reason Maven is very popular in developer community. Maven resolve the dependent library from local repository which is again connected with central repository or remote repository. thus we can say that Maven has 3 kinds of repository concept.
1. Local repository e.g $USER_HOME/.m2
2. Central repository e.g http://repo.maven.apache.org/maven2/ Read more click here
Reference:- This article was originally posted on scmGalaxy.com

I read this article about how to configure Sonatype Nexus and found it easy to understand. It explained the steps in simple words, so even someone new to Nexus or DevOps tools can follow without feeling confused. I liked how the points were clear and written in a way that shows what to do first and what comes next. It helped me see how Nexus can be set up for managing software packages, and that made the idea much easier to learn. This post is useful for beginners who want step‑by‑step guidance and want to try the setup on their own. Thank you for writing this in a clear and simple way — it made the topic easier to learn and think about.
ReplyDelete