This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e1903bf67c ARTEMIS-4068: skip the 'default' subset of tests run twice
during release steps
e1903bf67c is described below
commit e1903bf67ccb9966fdf5932c35d6b2c125004f22
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Oct 21 17:04:07 2022 +0100
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.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 5ed9bca777..147d820bae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1720,6 +1720,7 @@
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
+ <arguments>-DskipTests</arguments>
</configuration>
</plugin>
</plugins>