I installed Maven 3.3 using mac's brew tool. I am not able to find the location of the .m2 folder. Please help me finding that folder.
I ran the following command to install Maven:
brew install maven@3.3
Edit:
Where is my m2 folder on Mac OS X Mavericks
In the above link it is mentioned, I have to manually create .m2
folder. But, ideally it should be automatically created like in ubuntu, right?