Re: Classloaders in plugins

2010-11-21 Thread Benjamin Bentmann
Benson Margulies wrote: Are we supposed to always use something plexus-y instead of just creating a URLClassLoader? No. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: de

Classloaders in plugins

2010-11-20 Thread Benson Margulies
The Apache CXF build will run out of PermGen space in Maven unless one allocates quite a bit of the stuff. I am trying to track this down. CXF has a plugin for code generation. This plugin in some cases creates a class loader. The parent of that class loader is the current thread context class loa