Skip to content

Commit 4ff32c9

Browse files
committed
Uncomment skipTests configuration in maven-surefire-plugin for test execution
1 parent 236a058 commit 4ff32c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<artifactId>maven-surefire-plugin</artifactId>
252252
<version>2.22.2</version>
253253
<configuration>
254-
<skipTests>true</skipTests>
254+
<!-- <skipTests>true</skipTests> -->
255255
</configuration>
256256
</plugin>
257257

0 commit comments

Comments
 (0)