You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/21 16:43:13 UTC

[activemq-artemis] branch main updated: ARTEMIS-4068: skip the 'default' subset of tests run twice during release steps

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 <ro...@apache.org>
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>