I have followed this informations:
and this is my build section:
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
<configuration>
<instrumentation>
<exclude>com/plop/eai/plip/translator/beans/impl/*Impl.java</exclude>
</instrumentation>
</configuration>
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
and i always have the same error
thanks
Alexis
On 4/26/06, Piéroni Raphaël <[EMAIL PROTECTED]> wrote:
have you folowed the instruction in the cobertura howto ?
see : http://codehaus.org/cobertura-maven-plugin
Raphaël
2006/4/26, alexis parratte < [EMAIL PROTECTED]>:Hi,I'm a french student, and i'm actually working on Continuuous Integration Project.I have some problems with cobertura pluginwhen i test to exclude some files, it doesn't work and i have an error likeCannot find setter nor field in org.codehaus.mojo.cobertura.configuration.ConfigInstrumentation for 'exclude'Does someone have an idea pleasethanks :DAlexis
