Change to default "skipTests" property instead of custom "skip.unit.tests" (#1249)

Co-authored-by: Brett Wooldridge <brett.wooldridge@gmail.com>
pull/1681/head
Sergey Monichev 4 years ago committed by GitHub
parent b2f45a5441
commit 90991e8121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -522,8 +522,6 @@
<configuration>
<!-- Sets the VM argument line used when unit tests are run. -->
<argLine>${surefireArgLine} ${sureFireOptions11}</argLine>
<!-- Skips unit tests if the value of skip.unit.tests property is true -->
<skipTests>${skip.unit.tests}</skipTests>
<reuseForks>${sureFireForks11}</reuseForks>
</configuration>
</plugin>

Loading…
Cancel
Save