Skip to content

Commit

Permalink
Updated surefire pluggin
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMayfield committed Dec 12, 2018
1 parent 1eda78a commit b7a987b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -139,23 +139,25 @@
</pluginManagement>
</build>

<!--
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.22.1</version>
<version>2.20.1</version>
<inherited>true</inherited>
<configuration>
<alwaysGenerateSurefireReport>false</alwaysGenerateSurefireReport>
<showSuccess>false</showSuccess>
<aggregate>true</aggregate>
<!--also set this to link to generated source reports-->
<linkXRef>true</linkXRef>
</configuration>
</plugin>
</plugins>
</reporting>
-->

<modules>

Expand Down

0 comments on commit b7a987b

Please sign in to comment.