Skip to content

Commit 8c37bef

Browse files
committed
Fix surefire configuration in the release profile
1 parent 14064ff commit 8c37bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,8 @@
14871487
<artifactId>maven-surefire-plugin</artifactId>
14881488
<version>${maven-surefire-plugin-version}</version>
14891489
<configuration>
1490-
<test>false</test>
1490+
<skipTests>true</skipTests>
1491+
<failIfNoTests>false</failIfNoTests>
14911492
</configuration>
14921493
</plugin>
14931494
<plugin>

0 commit comments

Comments
 (0)