Skip to content

Commit 6bf8b3c

Browse files
committed
Remove Jacoco and Spotbugs
1 parent 47deba3 commit 6bf8b3c

File tree

1 file changed

+0
-53
lines changed

1 file changed

+0
-53
lines changed

pom.xml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -347,59 +347,6 @@
347347
</configLocation>
348348
</configuration>
349349
</plugin>
350-
<plugin>
351-
<groupId>com.github.spotbugs</groupId>
352-
<artifactId>spotbugs-maven-plugin</artifactId>
353-
<version>3.1.12.2</version>
354-
<configuration>
355-
<effort>Max</effort>
356-
<threshold>Low</threshold>
357-
<xmlOutput>true</xmlOutput>
358-
<!-- until all will be fixed -->
359-
<failOnError>false</failOnError>
360-
</configuration>
361-
<executions>
362-
<execution>
363-
<goals>
364-
<goal>check</goal>
365-
</goals>
366-
</execution>
367-
</executions>
368-
</plugin>
369-
<plugin>
370-
<groupId>org.jacoco</groupId>
371-
<artifactId>jacoco-maven-plugin</artifactId>
372-
<version>0.8.5</version>
373-
<executions>
374-
<execution>
375-
<goals>
376-
<goal>prepare-agent</goal>
377-
</goals>
378-
</execution>
379-
380-
<execution>
381-
<id>post-unit-test</id>
382-
<phase>test</phase>
383-
<goals>
384-
<goal>report</goal>
385-
</goals>
386-
</execution>
387-
388-
<execution>
389-
<id>pre-integration-test</id>
390-
<phase>pre-integration-test</phase>
391-
<goals>
392-
<goal>prepare-agent-integration</goal>
393-
</goals>
394-
</execution>
395-
<execution>
396-
<id>report-integration</id>
397-
<goals>
398-
<goal>report-integration</goal>
399-
</goals>
400-
</execution>
401-
</executions>
402-
</plugin>
403350
</plugins>
404351
</build>
405352
</profile>

0 commit comments

Comments
 (0)