The plugin works well for me:

Add the following build configuration into the pom.xml file:

 <build>
   <plugins>
     <plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>cobertura-maven-plugin</artifactId>
       <executions>
         <execution>
           <goals>
             <goal>clean</goal>
           </goals>
         </execution>
       </executions>
     </plugin>
   ...

Add the following plugin configuration into the pom.xml file:

 <reporting>
   <plugins>
     <plugin>
       <groupId>org.codehaus.mojo</groupId>
       <artifactId>cobertura-maven-plugin</artifactId>
     </plugin>

Need to upgrade to Maven 2.0.3.

On 23/05/06, SlinnHawkins, Jon (ELS) <[EMAIL PROTECTED]> wrote:
Hi All,

Started looking at Maven 2.0 a few weeks back, and have just revisited my
investigation work, what has happened to the cobertura plugin ?

Any ideas

Thanks

Jon



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

Reply via email to