Skip to content

Commit

Permalink
chore: Remove non thread safe plugin that is not even used (#14023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur- authored Jun 22, 2022
1 parent 080bd12 commit e72dd64
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,28 +437,6 @@
</execution>
</executions>
</plugin>
<!-- Output surefire reports in html (useful when using GH actions) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M6</version>
<executions>
<execution>
<id>unit-tests-report</id>
<phase>test</phase>
<goals>
<goal>report-only</goal>
</goals>
</execution>
<execution>
<id>integration-tests-report</id>
<phase>post-integration-test</phase>
<goals>
<goal>failsafe-report-only</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -707,14 +685,4 @@
</properties>
</profile>
</profiles>
<reporting>
<plugins>
<!-- Needed for surefire-report -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</reporting>
</project>

0 comments on commit e72dd64

Please sign in to comment.