Hi guys,
I'm using emma plugin to generate coverage on my application server.
I want a suggest, I have a multimodule project and I want to aggregate all
coverage.em generated during the phase of packaging of each modules.
Now I'm merging this with the emma merge tool , but I suppose to merge these
files during the packaging by force the generation of the coverage.em in the
root/target and not in
root
module1/target
module2 /target
so I want
root/target
module1
module2..
I want to aggregate all output but it doesn't work.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>emma-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
<inherited>true</inherited>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>instrument</goal>
</goals>
</execution>
</executions>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
--
View this message in context:
http://maven.40175.n5.nabble.com/Emma-coverage-tp5711249.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]