I cant seem to find the local .m2 folder on Mac OS X mavericks. Ideally it should be at {user.home}/.m2 but I cant seem to find it.
{user.home}/.m2
Should I create it?
By default it will be hidden in your home directory. Type ls -a ~ to view that.
ls -a ~
On mac just run mvn clean install assuming maven has been installed and it will create .m2 automatically.
mvn clean install