Skip to content

Commit 5882d4f

Browse files
Add failIfNoTets
1 parent cdb15fd commit 5882d4f

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
@@ -32,6 +32,9 @@
3232
<plugin>
3333
<artifactId>maven-surefire-plugin</artifactId>
3434
<version>3.2.5</version>
35+
<configuration>
36+
<failIfNoTests>true</failIfNoTests>
37+
</configuration>
3538
</plugin>
3639
</plugins>
3740
</build>

0 commit comments

Comments
 (0)