Skip to content

Commit

Permalink
Merge pull request #3 from reactiverse/enhancement-4
Browse files Browse the repository at this point in the history
Fixing build by pointing to mvn surface plugin to general project tes…
  • Loading branch information
romalev authored Feb 11, 2019
2 parents c97507b + 33fa0ce commit fa012c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<includes>
<include>**/ConsulClusterManagerTestSuite.class</include>
</includes>
<systemPropertyVariables>
<io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
<buildDirectory>${project.build.directory}</buildDirectory>
Expand Down

0 comments on commit fa012c0

Please sign in to comment.