[
http://jira.codehaus.org/browse/MCOBERTURA-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arnaud Heritier closed MCOBERTURA-57.
-------------------------------------
Assignee: Joakim Erdfelt (was: fabrizio giustina)
Resolution: Fixed
Fix Version/s: 2.2
Fixed with cobertura 1.9
By default the cobertura.ser file is now in :
${project.build.directory}/cobertura/cobertura.ser
It can be changed in the plugin config with :
<plugin>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<dataFile>${basedir}/target/test-harness/check/cobertura.ser</dataFile>
</configuration>
</plugin>
> Workaround for cobertura.ser location
> -------------------------------------
>
> Key: MCOBERTURA-57
> URL: http://jira.codehaus.org/browse/MCOBERTURA-57
> Project: Maven 2.x Cobertura Plugin
> Issue Type: Improvement
> Affects Versions: 2.0
> Reporter: fabrizio giustina
> Assignee: Joakim Erdfelt
> Fix For: 2.2
>
>
> Cobertura 1.8 doesn't allow to set the location of cobertura.ser properly.
> It's always created in the project root and we can't explicitly force it to
> be in /target.
> Implemented a workaround so that file is moved to target by the mojo.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email