Posts

Showing posts from February, 2017

Cleaning Maven Projects after Import IntelliJ

Run the Maven with below command and it will rerun the dependency analysis. This is effective mainly in case where there are multiple child projects under a single parent maven project. mvn - U idea : idea Another Good thing is to enable Facet if you are using it like Spring and then enable the Spring Configurations.