Skip to content

Daily Archives: March 23rd, 2009

Upgrading to Maven 2.1.0 on Macintosh OS X

Recently I found a Maven plugin that wouldn’t run under Maven version 2.0.6, and I had to upgrade it on my Macintosh. I quickly discovered the usual *nix upgrade (unpack, then update ${PATH}) didn’t seem to work, as the Macintosh OS X 10.5 comes with Maven pre-installed in /usr/share/ directory. Tip – I found where [...]