This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 8c37befbe9 Fix surefire configuration in the release profile
8c37befbe9 is described below

commit 8c37befbe96e7ae2464c6a136017bb71d2428943
Author: JB Onofré <[email protected]>
AuthorDate: Wed Jan 8 10:54:01 2025 +0100

    Fix surefire configuration in the release profile
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e44651fa2..9ad0ca4fa9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1487,7 +1487,8 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <version>${maven-surefire-plugin-version}</version>
             <configuration>
-              <test>false</test>
+              <skipTests>true</skipTests>
+              <failIfNoTests>false</failIfNoTests>
             </configuration>
           </plugin>
           <plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to