Search code examples
mavenintellij-ideaidejetbrains-ide

Where is bundled maven folder in IntelliJ?


I am using bundled maven version with IntelliJ, and I would like to locate exactly where it is installed on disk, but I can't find the path. Someone knows where it is?


Solution

  • Press Execute Maven Goal button,

    enter image description here

    and run mvn -v command

    enter image description here

    then you will get the bundled maven path and version :

    enter image description here