Skip to content

Commit e0c015b

Browse files
Skip tests in Maven Surefire plugin configuration in distribution/pom.xml (#2575)
1 parent 79331a5 commit e0c015b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

distribution/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<plugin>
180180
<artifactId>maven-surefire-plugin</artifactId>
181181
<configuration>
182+
<skipTests>true</skipTests>
182183
<failIfNoTests>false</failIfNoTests>
183184
</configuration>
184185
</plugin>

0 commit comments

Comments
 (0)