mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
Also generating the XML EMMA report as required by the Jenkins EMMA plugin
This commit is contained in:
parent
2c832fef46
commit
94e6d5834e
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user