Index Maven Repositories in IntellijIDEA
When ever I add a maven dependency to pom.xml I had to go and search for groupId, artifactId, version number in http://mvnrepository.com/
To avoid this we can download the entire maven repository index to your local with intellij as follows
Navigate to File -> Settings -> Maven Repositories
Click on http://repo.maven.apache.org/maven2
Click Update
Now enjoy auto complete for version numbers, artifactIdâs in pom.xml













