You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/07 05:36:23 UTC

[incubator-seatunnel] branch dev updated: 1. local mvn install config module sth error when maven-surefire-plugin.version is 2.22.1 ,2.22.2 is ok (#1193)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ee6ccab  1. local mvn install config module sth error when maven-surefire-plugin.version is 2.22.1 ,2.22.2 is ok (#1193)
ee6ccab is described below

commit ee6ccab98fcaf9212b413c44e92cc28e6758cf62
Author: fengyuceNv <fe...@sina.com>
AuthorDate: Mon Feb 7 13:36:18 2022 +0800

    1. local mvn install config module sth error when maven-surefire-plugin.version is 2.22.1 ,2.22.2 is ok (#1193)
    
    2. shade plugin only use for config module
    
    Co-authored-by: yuce.fyc <yu...@antfin.com>
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74162a2..9e76053 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
         <skip.pmd.check>false</skip.pmd.check>
         <maven.deploy.skip>false</maven.deploy.skip>
         <maven.javadoc.skip>false</maven.javadoc.skip>
-        <maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
         <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
         <checkstyle.fails.on.error>true</checkstyle.fails.on.error>
         <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
@@ -804,11 +804,6 @@
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
             </plugin>