Tag: leopard
Java 6 and Maven 2.0.9 on Leopard
by Chris Wash on Nov.19, 2008, under Java
Trying to run through a screencast I’m putting together after upgrading to Leopard, I noticed Maven giving me a strange error when trying to run archetype:generate and realized that Leopard includes its own version of Maven (and Ant) out of the box. The problem is that it’s version 2.0.6, which doesn’t have support for this feature. I then set about trying to upgrade Maven (and in the process, Java) and here is what I uncovered. (continue reading…)
