NetBeans and Eclipse have nice little wizards which allow me to search local and remote Maven repositories and add any dependency correctly to my POM.
Does IntelliJ (community edition) support anything of this sort?
IntelliJ IDEA creates a Maven project with the pom. xml file that includes compiler and target versions of Java, dedicated Maven tool window, and all the necessary dependencies to start your work.
IntelliJ IDEA has in-built support for Maven. We are using IntelliJ IDEA Community Edition 11.1 in this example. You can run Maven goals from IntelliJ IDEA. You can view the output of Maven commands inside the IntelliJ IDEA using its own console.
In pom.xml
press Alt + Insert. In the small pop-up click on Dependency
.
There you can search any artifact or class. It looks like:
You also need to make sure that the local and remote repositories you are using have been indexed by IntelliJ. That can easily be done in Settings
-> Maven
-> Repositories
(more details here)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With