Hi All,
How can I configure my pom.xml to instrument a war file?
I am using the cobertura-maven-plugin version 2.1 and I already
tried the following configuration but it didn't work.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.1</version>
<configuration>
<instrumentation>
<includes>
<include>**/testWar/mdm.war</include>
</includes>
</instrumentation>
<maxMem>1024m</maxMem>
<formats>
<format>xml</format>
<format>html</format>
</formats>
</configuration>
</plugin>
Thanks in advance,
Victor Hugo B. Ramos
Important : This e-mail is intended for the above named only and may be
confidential, proprietary and/or legally privileged. If this has come to
you in error, you must take no action based on it, nor must you copy or
show it to anyone. Please contact the sender and delete the material
from any computer. Thank you.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email