You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/04 13:47:28 UTC

[shardingsphere-elasticjob-lite] branch master updated: Remove -XX:-UseSplitVerifier for mvn install (#938)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new 80f8592  Remove -XX:-UseSplitVerifier for mvn install (#938)
80f8592 is described below

commit 80f8592b53a4071d6e64bcc9277f1a355ece1ba7
Author: Liang Zhang <te...@163.com>
AuthorDate: Sat Jul 4 21:47:22 2020 +0800

    Remove -XX:-UseSplitVerifier for mvn install (#938)
---
 pom.xml | 28 +++++++++++-----------------
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ae4bbf..836aca7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <version>3.0.0.M1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
-
+    
     <modules>
         <module>elastic-job-lite-core</module>
         <module>elastic-job-lite-tracing</module>
@@ -37,7 +37,7 @@
         <module>elastic-job-lite-lifecycle</module>
         <module>elastic-job-lite-console</module>
     </modules>
-
+    
     <properties>
         <java.version>1.8</java.version>
         <maven.version.range>[3.0.4,)</maven.version.range>
@@ -64,7 +64,7 @@
         <h2.version>1.4.184</h2.version>
         <junit.version>4.12</junit.version>
         <mockito.version>2.7.21</mockito.version>
-
+        
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
         <maven-resources-plugin.version>2.7</maven-resources-plugin.version>
@@ -87,10 +87,10 @@
         <jdepend-maven-plugin.version>2.0</jdepend-maven-plugin.version>
         <taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
         <maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
-
+        
         <javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
     </properties>
-
+    
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -247,7 +247,7 @@
                 <version>${mysql-connector-java.version}</version>
                 <scope>provided</scope>
             </dependency>
-
+            
             <dependency>
                 <groupId>com.h2database</groupId>
                 <artifactId>h2</artifactId>
@@ -292,7 +292,7 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-
+    
     <build>
         <pluginManagement>
             <plugins>
@@ -321,12 +321,6 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>${maven-surefire-plugin.version}</version>
-                    <configuration>
-                        <argLine>-XX:-UseSplitVerifier</argLine>
-                        <excludes>
-                            <exclude>org.apache.shardingsphere.elasticjob.lite.integrate.**</exclude>
-                        </excludes>
-                    </configuration>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -581,7 +575,7 @@
             </plugin>
         </plugins>
     </build>
-
+    
     <reporting>
         <plugins>
             <plugin>
@@ -649,7 +643,7 @@
             </plugin>
         </plugins>
     </reporting>
-
+    
     <url>http://shardingsphere.apache.org</url>
     <description>Distributed scheduled job solution</description>
     <licenses>
@@ -659,14 +653,14 @@
             <distribution>repo</distribution>
         </license>
     </licenses>
-
+    
     <scm>
         <connection>scm:git:https://github.com/apache/shardingsphere-elastic-job-lite.git</connection>
         <developerConnection>scm:git:https://github.com/apache/shardingsphere-elastic-job-lite.git</developerConnection>
         <url>https://github.com/apache/shardingsphere-elastic-job-lite.git</url>
         <tag>HEAD</tag>
     </scm>
-
+    
     <mailingLists>
         <mailingList>
             <name>ShardingSphere Developer List</name>