Maven 1

plugin:test fails for checkstyle on 1.0

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major 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 :
    0

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

Activity

Hide
Brett Porter added a comment -

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.

Show
Brett Porter added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: