Pages

Sunday, December 15, 2013

Use homebrew to install maven 3.0.5 on OS X

Quite frankly, I have found working with maven 3.1.1 a pain in the a**. This is because of various compatibility issues with preexisting projects. So here is a simple way to install maven 3.0.5:

brew install maven30

For those of you who will still go with 3.1.1:

brew install maven

Enjoy!

No comments:

Post a Comment