Hi all,

I am using the cobertura-maven-plugin 2.0 and I want to make it ignore the classes in some package, so I am specifying:
        <configuration>
          <instrumentation>
            <ignore>org.foo.*</ignore>
          </instrumentation>
        </configuration>
This causes the build to fail with the following message:
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------ [INFO] Failed to configure plugin parameters for: org.codehaus.mojo:cobertura-maven-plugin:2.0

on the command line, specify: '-Dinstrumentation=VALUE'

Cause: Cannot find setter nor field in org.codehaus.mojo.cobertura.configuration.ConfigInstrumentation for 'ignore'

Adrian.


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

Reply via email to