Hi,

I have a question regarding line #445 in PluginManager.java. It sets the
 context class loader to null. For some reason that I can't grasp at the
moment it does not cause breakage when Maven is being run from the
command line. While running under Eclipse's debugger however, this
causes the commons-logging to blow up while setting up logging for
DynamicBeanClass (which is in turn caused by <artifact:deploy-snapshot>
tag in war plugin's plugin.jelly in my case). From simply looking at
the code in commons-logging, we should be getting NPEs from there
all the time, but this does not happen.

Commenting the aforementioned line in PluginManager fixes the problem,
but I don't know if this is a valid fix - does anyone have an opinion?

R.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to