We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf9d3d commit e53ac21Copy full SHA for e53ac21
pom.xml
@@ -140,16 +140,16 @@
140
<version>2.7</version>
141
<configuration>
142
<formats>
143
- <format>html</format>
144
- <format>xml</format>
145
- </formats>
+ <format>html</format>
+ <format>xml</format>
+ </formats>
146
<maxmem>256m</maxmem>
147
<!-- aggregated reports for multi-module projects -->
148
<!-- <aggregate>true</aggregate> -->
149
150
<instrumentation>
151
- <excludes>
152
- <exclude>info/debatty/java/stringsimilarity/examples/**/*.class</exclude>
+ <excludes>
+ <exclude>info/debatty/java/stringsimilarity/examples/**/*.class</exclude>
153
</excludes>
154
</instrumentation>
155
</configuration>
0 commit comments