I'm encountering some really strange classloading issues with the gmaven
plugin.

I am executing it to generate some sources for a project of mine, and the
script I wrote calls some classes in a dependency.
I get all sorts of exceptions saying classnotfound. I debugged it, and found
that the parent classloader had my dependencies, but not the current one.
Does anyone know a way to fix this?

Reply via email to