You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/09/07 01:24:10 UTC

if your getting a NPE from classworlds...

.. sorry about that. I introduced a bug in the config handling which I'll
commit the fix for tonight and push up a new JAR.

The NullPointerException occurs on startup if you have the system property
maven.home defined.
Not setting maven.home will fix it (and it will be picked up from
~/maven.properties or defaulted to ~/m2)

- Brett