List classpathFiles = project.getCompileClasspathElements();
URL[] urls = new URL[classpathFiles.size() + 1];
getLog().debug("" + classpathFiles.size());
for (int i = 0; i < classpathFiles.size(); ++i) {
getLog().debug((String)classpathFiles.get(i)
I had this same issue with a Kodo plugin I wrote. It seems the only way
is to extend the class loader. I can send some code if you want to
persue this option.
-Original Message-
From: Miguel Griffa [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 20, 2005 7:17 PM
To: Maven Developers L