'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 1:[1]

You can run any maven command and observe the Run window - the launched command and its output are displayed there.

In my case, on MacOS I can see: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/java OTHER_PARAMS1 -Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3 OTHER_PARAMS2

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Lesiak