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

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f0e4372592 AMBARI-26458: Maven -DskipSurefireTests does not skip Java 
tests (#3997)
f0e4372592 is described below

commit f0e43725921ff484894f190b30801f76222a7d13
Author: Jhen-Yung Hsu <[email protected]>
AuthorDate: Sat Apr 19 00:19:27 2025 +0800

    AMBARI-26458: Maven -DskipSurefireTests does not skip Java tests (#3997)
    
    Co-authored-by: yungh <[email protected]>
---
 ambari-project/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ambari-project/pom.xml b/ambari-project/pom.xml
index f549e02d00..c6c49aebaf 100644
--- a/ambari-project/pom.xml
+++ b/ambari-project/pom.xml
@@ -25,6 +25,7 @@
   <name>Apache Ambari Project POM</name>
   <packaging>pom</packaging>
   <properties>
+    <skipSurefireTests>false</skipSurefireTests>
     <skipPythonTests>false</skipPythonTests>
     <skipFunctionalTests>true</skipFunctionalTests>
     <solr.version>5.5.2</solr.version>
@@ -661,6 +662,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <skip>${skipSurefireTests}</skip>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to