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/01/11 04:40:34 UTC

[incubator-seatunnel] branch dev updated: [SeaTunnel#989]Optimize maven config. (#1002)

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 3dd3f50  [SeaTunnel#989]Optimize maven config. (#1002)
3dd3f50 is described below

commit 3dd3f50c52b259244bae4a3075ecfb1642e28311
Author: Zonglei Dong <do...@apache.org>
AuthorDate: Tue Jan 11 12:40:29 2022 +0800

    [SeaTunnel#989]Optimize maven config. (#1002)
    
    * Optimize code, use maven recommend config.
    
    * Optimize code, remove duplicate maven plugin config.
    
    * Revert "Optimize code, use maven recommend config."
    
    This reverts commit dff1a795
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7740101..7fcaa3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -758,12 +758,6 @@
                 <!-- maven deploy (End) -->
 
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-shade-plugin</artifactId>
-                    <version>${maven-shade-plugin.version}</version>
-                </plugin>
-
-                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>${maven-helper-plugin.version}</version>