Since the Cobertura plugin does not properly execute 'clean' by default,
add the following declaration in <build> to bind its 'clean' goal:


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

-Brad


On Fri, 2007-02-23 at 11:45 -0800, bkbonner wrote:
> btw, my plugin definition in reporting is:
> 
>                          <plugin>
>                               <groupId>org.codehaus.mojo</groupId>
>                               <artifactId>cobertura-maven-plugin</artifactId>
>                       </plugin>
> 
> Brian


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

Reply via email to