Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: 1.0-rc2
-
Component/s: jelly/ant integration
-
Labels:None
-
Number of attachments :
Description
Running maven plugin:test on checkstyle causes and exception:
java.lang.IllegalArgumentException: Property 'file' has no write method
...commons.beanutils.ConvertingWrapDynaBean.set(ConvertingWrapDynaBean:116)
...
plugin-plugin-1.2/plugin.jelly
u:available
243
64
this is what should happen - just got away with it in RC1.
The problem is that beanutils is now poked into the root classloader for the plugin plugin, where before it wasn't until later.
The order shouldn't matter. Checkstyle needs to be fixed here, not maven core.