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.