Joshua ChaitinPollak wrote:
Ok, I fugured out my problem with cobertura: When I run cobertura:instrument it writes out trunk/target/cobertura/cobertura.ser, but when I run cobertura:cobertura, it tries to write coverage data to trunk/cobertura.ser.

What (in the Maven plugin) controls this?


<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>net.sourceforge.cobertura.datafile</name>
<value>target/cobertura/cobertura.ser</value>
</property>
</systemProperties>
</configuration>
</plugin>


---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to