OK, I'll revert back to 2.0, thanks for the tip.

dan tran wrote:
> 
> use <version>2.0</version>
> 
> latest 2.1 is bad, and it should be taken out of repo1
> 
> -D
> 
> 
> On 2/23/07, Arnaud Bailly <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>> You may want to try the following configuration
>>
>> <build>
>> <!-- indique les plugin qui seront utilisés dans le projet lors de la
>> compilation -->
>> <plugins>
>>
>>   <!-- clean coverage data before collecting -->
>>   <plugin>
>>    <artifactId>cobertura-maven-plugin</artifactId>
>>    <groupId>org.codehaus.mojo</groupId>
>>    <executions>
>>     <execution>
>>      <goals>
>>       <goal>clean</goal>
>>      </goals>
>>     </execution>
>>    </executions>
>>   </plugin>
>>
>>    </plugins>
>> </build>
>>
>> <reporting>
>> <plugins>
>>
>>   <!-- test coverage -->
>>   <plugin>
>>    <groupId>org.codehaus.mojo</groupId>
>>    <artifactId>cobertura-maven-plugin</artifactId>
>>   </plugin>
>>
>> </plugins>
>> </reporting>
>>
>> HTH
>> --
>> OQube < software engineering \ génie logiciel >
>> Arnaud Bailly, Dr.
>> \web> http://www.oqube.com
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Maven-2-and-Cobertura---100--coverage----tf3280827s177.html#a9127574
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to