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

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


The following commit(s) were added to refs/heads/activemq-6.1.x by this push:
     new 273330f92e Fix surefire configuration in the release profile
273330f92e is described below

commit 273330f92e0d68d0952c9ac456a17b300b8ccb19
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 9caf7936f3..f4be809882 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1482,7 +1482,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