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 fc0603a  [Imporvement][directory] Remove plugins directory (#1613)
fc0603a is described below

commit fc0603a744656155eabbd37b902c6ee3c538b9e6
Author: Wenjun Ruan <[email protected]>
AuthorDate: Wed Mar 30 11:53:34 2022 +0800

    [Imporvement][directory] Remove plugins directory (#1613)
    
    * [Imporvement][directory] Remove plugins directory
    
    * Don't check license header in .mdx file
    
    * fix deadlink
---
 .github/PULL_REQUEST_TEMPLATE.md                                  | 2 +-
 .licenserc.yaml                                                   | 1 +
 README.md                                                         | 6 +++---
 README_zh_CN.md                                                   | 8 ++++----
 plugins/.gitkeep                                                  | 0
 plugins/json/files/schemas/seatunnel-demo.json                    | 4 ----
 seatunnel-dist/src/main/assembly/assembly-bin.xml                 | 2 --
 seatunnel-dist/src/main/assembly/assembly-src.xml                 | 3 +++
 .../src/main/java/org/apache/seatunnel/flink/transform/Sql.java   | 4 ++--
 9 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index d4f8052..5a71884 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -24,5 +24,5 @@ Feel free to ping committers for the review!
 
 * [ ] Code changed are covered with tests, or it does not need tests for 
reason:
 * [ ] If any new Jar binary package adding in you PR, please add License 
Notice according
-  [New License 
Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/developement/NewLicenseGuide.md)
+  [New License 
Guide](https://github.com/apache/incubator-seatunnel/blob/dev/docs/en/development/new-license.md)
 * [ ] If necessary, please update the documentation to describe the new 
feature. https://github.com/apache/incubator-seatunnel/tree/dev/docs
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 89d3ba9..6cac99d 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -30,6 +30,7 @@ header:
     - .gitattributes
     - '**/known-dependencies.txt'
     - '**/*.md'
+    - '**/*.mdx'
     - '**/*.json'
     - '**/*.iml'
     - '**/*.ini'
diff --git a/README.md b/README.md
index ba59f8c..f609afc 100644
--- a/README.md
+++ b/README.md
@@ -136,13 +136,13 @@ Download address for run-directly software package : 
https://seatunnel.apache.or
 ## Quick start
 
 **Spark**
-https://seatunnel.apache.org/docs/spark/quick-start
+https://seatunnel.apache.org/docs/deployment
 
 **Flink**
-https://seatunnel.apache.org/docs/flink/quick-start
+https://seatunnel.apache.org/docs/deployment
 
 Detailed documentation on SeaTunnel
-https://seatunnel.apache.org/docs/introduction
+https://seatunnel.apache.org/docs/intro/about
 
 ## Application practice cases
 
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 83e84f3..6fa5ae9 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -54,7 +54,7 @@ Source[数据源输入] -> Transform[数据处理] -> Sink[结果输出]
 ```
 
 多个 Transform 构建了数据处理的 Pipeline,满足各种各样的数据处理需求,如果您熟悉 SQL,也可以直接通过 SQL 构建数据处理的 
Pipeline,简单高效。目前 seatunnel
-支持的[Transform 
列表](https://seatunnel.apache.org/docs/spark/configuration/transform-plugins/transform-plugin),
+支持的[Transform 列表](https://seatunnel.apache.org/docs/transform/common-options),
 仍然在不断扩充中。您也可以开发自己的数据处理插件,整个系统是易于扩展的。
 
 ## SeaTunnel 支持的插件
@@ -128,12 +128,12 @@ Source[数据源输入] -> Transform[数据处理] -> Sink[结果输出]
 ## 快速入门
 
 **Spark**
-https://seatunnel.apache.org/docs/spark/quick-start
+https://seatunnel.apache.org/docs/deployment
 
 **Flink**
-https://seatunnel.apache.org/docs/flink/quick-start
+https://seatunnel.apache.org/docs/deployment
 
-关于 SeaTunnel 的[详细文档](https://seatunnel.apache.org/docs/introduction)
+关于 SeaTunnel 的[详细文档](https://seatunnel.apache.org/docs/intro/about)
 
 ## 生产应用案例
 
diff --git a/plugins/.gitkeep b/plugins/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/plugins/json/files/schemas/seatunnel-demo.json 
b/plugins/json/files/schemas/seatunnel-demo.json
deleted file mode 100644
index 408920f..0000000
--- a/plugins/json/files/schemas/seatunnel-demo.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-  "project":"seatunnel",
-  "group":"apache"
-}
\ No newline at end of file
diff --git a/seatunnel-dist/src/main/assembly/assembly-bin.xml 
b/seatunnel-dist/src/main/assembly/assembly-bin.xml
index 5b4504c..c059186 100644
--- a/seatunnel-dist/src/main/assembly/assembly-bin.xml
+++ b/seatunnel-dist/src/main/assembly/assembly-bin.xml
@@ -34,13 +34,11 @@
                 <exclude>**/.project</exclude>
                 <exclude>**/.settings/**</exclude>
                 <exclude>lib/**</exclude>
-                <exclude>plugins/.gitkeep</exclude>
             </excludes>
 
             <includes>
                 <include>README.md</include>
                 <include>bin/**</include>
-                <include>plugins/**</include>
                 <include>config/**</include>
             </includes>
         </fileSet>
diff --git a/seatunnel-dist/src/main/assembly/assembly-src.xml 
b/seatunnel-dist/src/main/assembly/assembly-src.xml
index 7109dfc..7f05314 100644
--- a/seatunnel-dist/src/main/assembly/assembly-src.xml
+++ b/seatunnel-dist/src/main/assembly/assembly-src.xml
@@ -72,6 +72,9 @@
                 <exclude>**/*.diff</exclude>
                 <exclude>**/*.patch</exclude>
                 <exclude>**/*.tmp</exclude>
+                <exclude>**/all-dependencies.txt</exclude>
+                <exclude>**/self-modules.txt</exclude>
+                <exclude>**/third-party-dependencies.txt</exclude>
 
                 <!-- system ignore -->
                 <exclude>**/.DS_Store</exclude>
diff --git 
a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/src/main/java/org/apache/seatunnel/flink/transform/Sql.java
 
b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/src/main/java/org/apache/seatunnel/flink/transform/Sql.java
index 3a001e6..1847c5a 100644
--- 
a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/src/main/java/org/apache/seatunnel/flink/transform/Sql.java
+++ 
b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/src/main/java/org/apache/seatunnel/flink/transform/Sql.java
@@ -48,7 +48,7 @@ public class Sql implements FlinkStreamTransform, 
FlinkBatchTransform {
         try {
             table = tableEnvironment.sqlQuery(sql);
         } catch (Exception e) {
-            throw new Exception("Flink streaming transform sql execute failed, 
SQL: "+sql, e);
+            throw new Exception("Flink streaming transform sql execute failed, 
SQL: " + sql, e);
         }
         return TableUtil.tableToDataStream(tableEnvironment, table, false);
     }
@@ -60,7 +60,7 @@ public class Sql implements FlinkStreamTransform, 
FlinkBatchTransform {
         try {
             table = tableEnvironment.sqlQuery(sql);
         } catch (Exception e) {
-            throw new Exception("Flink batch transform sql execute failed, 
SQL: "+sql, e);
+            throw new Exception("Flink batch transform sql execute failed, 
SQL: " + sql, e);
         }
         return TableUtil.tableToDataSet(tableEnvironment, table);
     }

Reply via email to