Also generating the XML EMMA report as required by the Jenkins EMMA plugin

This commit is contained in:
Andrew Phillips 2011-07-07 19:46:05 -04:00
parent 2c832fef46
commit 94e6d5834e

View File

@ -792,6 +792,9 @@ pageTracker._trackPageview();
<groupId>org.sonatype.maven.plugin</groupId> <groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma-maven-plugin</artifactId> <artifactId>emma-maven-plugin</artifactId>
<version>1.3-SNAPSHOT</version> <version>1.3-SNAPSHOT</version>
<configuration>
<formats>html,xml</formats>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
@ -873,6 +876,9 @@ pageTracker._trackPageview();
<groupId>org.sonatype.maven.plugin</groupId> <groupId>org.sonatype.maven.plugin</groupId>
<artifactId>emma-maven-plugin</artifactId> <artifactId>emma-maven-plugin</artifactId>
<version>1.3-SNAPSHOT</version> <version>1.3-SNAPSHOT</version>
<configuration>
<formats>html,xml</formats>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>