Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which version of Maven does IntelliJ use and how do I find out

I'm using IntelliJ with both Maven plugins enabled. Where is maven installed on my computer though, and how do I find out which version IntelliJ uses?

like image 603
DiePartei Avatar asked Sep 17 '14 11:09

DiePartei


1 Answers

You can find bundled maven version in Project Settings -> Build execution and deployment -> Build Tools -> Maven, under Maven home directory.

enter image description here

like image 67
velocity Avatar answered Sep 19 '22 18:09

velocity