Browse Source

Improve MAVEN build Performance (#4055)

xiayingfeng 3 years ago
parent
commit
977031a666
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -107,6 +107,7 @@
         </argline>
         <maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
         <javax.annotation-api.version>1.3.2</javax.annotation-api.version>
+    	<closeTestReports>true</closeTestReports>
     </properties>
 
     <modules>
@@ -427,6 +428,7 @@
                     </systemProperties>
                 	<parallel>classes</parallel>
                 	<useUnlimitedThreads>true</useUnlimitedThreads>
+                	<disableXmlReport>${closeTestReports}</disableXmlReport>
 
                 </configuration>
             </plugin>