Removed dependency scanning from normal build

This commit is contained in:
2022-08-01 18:13:04 -04:00
parent 2a8928860a
commit 64843d3dfd
2 changed files with 4 additions and 3 deletions

View File

@@ -117,13 +117,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>
@@ -136,7 +137,7 @@
<version>7.1.1</version>
<executions>
<execution>
<phase>verify</phase>
<phase>none</phase>
<goals>
<goal>check</goal>
</goals>