Mon 14 Jul 2003
OutOfMemoryError 1, Maven 0
Posted by dkaz under Java
First attempt at setting up Maven on my codebase at work failed miserably.
Seems that Maven 1.0-Beta-9 has a problem handling 3503 classes. At least on JDK 1.3.
Doesn’t look like I’m the only one that’s having this problem, either.
Let’s just hope playing around with different JDK’s will do the trick.
First JDK 1.4 I tried failed as well (although it got a tiny step further).
UPDATE (07/15): I’m happy to say that Beta 10 is performing much better.
Even with JDK 1.3. Sweet. Now back to regularly scheduled jar renaming.

July 15th, 2003 at 7:44 am
b10 came out a day or so ago. There was some work done on memory consumption, particularly for reactor builds. You might want to give it a go?
http://maven.apache.org/builds/release/1.0-beta-10/