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