projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372fdd5
)
Configure XML output format for mutation report
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 12 Oct 2016 05:31:34 +0000
(07:31 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 12 Oct 2016 05:31:34 +0000
(07:31 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
02ab9ff
..
8efa8ae
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-211,6
+211,10
@@
<targetTests>
<param>net.pterodactylus.sone.*</param>
</targetTests>
+ <outputFormats>
+ <outputFormat>HTML</outputFormat>
+ <outputFormat>XML</outputFormat>
+ </outputFormats>
<timestampedReports>false</timestampedReports>
</configuration>
</plugin>