ARTEMIS-4068: skip the 'default' subset of tests run twice during release steps

They, and many more, are also run in CI during the process, so its largely redundant.
This commit is contained in:
Robbie Gemmell 2022-10-21 17:04:07 +01:00
parent d286339a84
commit e1903bf67c
1 changed files with 1 additions and 0 deletions

View File

@ -1720,6 +1720,7 @@
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
<arguments>-DskipTests</arguments>
</configuration>
</plugin>
</plugins>