Skip to content

Commit 119b4e8

Browse files
committed
Change jacoco phase to "verify" from "test" to speed up regular test runs slightly
1 parent b61e047 commit 119b4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@
195195
<goal>prepare-agent</goal>
196196
</goals>
197197
</execution>
198-
<!-- attached to Maven test phase -->
198+
<!-- attached to Maven verify phase (could use test too) -->
199199
<execution>
200200
<id>report</id>
201-
<phase>test</phase>
201+
<phase>verify</phase>
202202
<goals>
203203
<goal>report</goal>
204204
</goals>

0 commit comments

Comments
 (0)