Removed jacoco from normal build

This commit is contained in:
2022-08-01 18:28:53 -04:00
parent f32c14a38c
commit a82e18e7c7

View File

@@ -140,13 +140,14 @@
<executions>
<execution>
<id>jacoco-initialize</id>
<phase>none</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>jacoco-site</id>
<phase>package</phase>
<phase>none</phase>
<goals>
<goal>report</goal>
</goals>
@@ -159,7 +160,7 @@
<version>7.1.1</version>
<executions>
<execution>
<phase>verify</phase>
<phase>none</phase>
<goals>
<goal>check</goal>
</goals>