Mavin dependencies in IntelliJ
Hi! Anyone have any tips on how to get IntelliJ to recognize Mavin dependencies? I've got the Mavin file imported and downloade all the deps but IntelliJ won't find them when it tries to compile.
TNK!
G
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by geordiemoffatt on 03 Nov, 2016 01:47 AM
Scratch that, just got it working, had to reimport the project using pom.xml, after that all the deps are resolved.
Next: Now I keep getting the dreaded "No executable code found at line" error when I try to set a breakpoint
Support Staff 2 Posted by Frederik De Ble... on 04 Nov, 2016 05:56 PM
What I do is use "import" (it might be that this now falls under regular open) and import the pom.xml file. Then you'll get a bunch of settings. You should check "import Maven projects automatically" and leave the rest unchecked.