Thanks! That worked great. I had tried the same think in <properties> outside <build>, but it didn't work, so I had given up.

On Aug 15, 2007, at 5:42 AM, Mauro Talevi wrote:

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



--
Joshua ChaitinPollak
Software Engineer
Kiva Systems



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

   http://xircles.codehaus.org/manage_email

Reply via email to