Skip to content

Commit 33fa0ce

Browse files
author
Roman Levytskyi
committed
Fixing build by pointing to mvn surface plugin to general project test suite.
1 parent c97507b commit 33fa0ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
<artifactId>maven-surefire-plugin</artifactId>
162162
<configuration>
163163
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
164+
<includes>
165+
<include>**/ConsulClusterManagerTestSuite.class</include>
166+
</includes>
164167
<systemPropertyVariables>
165168
<io.netty.leakDetectionLevel>PARANOID</io.netty.leakDetectionLevel>
166169
<buildDirectory>${project.build.directory}</buildDirectory>

0 commit comments

Comments
 (0)