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/10/28 04:29:40 UTC

[incubator-seatunnel] branch dev updated: [Feature][Doc] The contribute document need be update (#2911)

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 869ea184a [Feature][Doc] The contribute document need be update (#2911)
869ea184a is described below

commit 869ea184a212fe2e96e7aea61844ea0b7198630f
Author: 旭日东升 <59...@users.noreply.github.com>
AuthorDate: Fri Oct 28 12:29:34 2022 +0800

    [Feature][Doc] The contribute document need be update (#2911)
    
    * [Feature][Doc] The contribute document need be update
    
    * [Feature][Doc] The contribute document need be update
    
    Co-authored-by: liuxu20 <li...@staff.sina.com.cn>
---
 docs/en/contribution/contribute-plugin.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/en/contribution/contribute-plugin.md b/docs/en/contribution/contribute-plugin.md
index 1ae88851d..1935b266f 100644
--- a/docs/en/contribution/contribute-plugin.md
+++ b/docs/en/contribution/contribute-plugin.md
@@ -103,7 +103,7 @@ After you using `mvn package` to make a distribution, you can find the plugin in
 
 ## Add information to plugin-mapping.properties file
 
-SeaTunnel use `plugin-mapping.properties` file to locate the name of the jar package, the file is under module `seatunnel-connectors`, the key/value rule in
+SeaTunnel use `plugin-mapping.properties` file to locate the name of the jar package, the file is under the parent module `incubator-seatunnel`, the key/value rule in
 properties is : `engineName.pluginType.pluginName=artifactId`. eg: `spark.source.hello=seatunnel-connector-spark-hello`.
 So that SeaTunnel can find plugin jar according to user's config file.
 
@@ -140,3 +140,8 @@ start a Clickhouse database in your test. You can use `GenericContainer` to star
 
 It should be noted that your e2e test class should be named ending with `IT`. By default, we will not execute the test if the class name ending with `IT`.
 You can add `-DskipIT=false` to execute the e2e test, it will rely on a Docker environment.
+
+# Contribute Connector-v2 Plugins
+If you want to contribute Connector-V2, please click the Connector-V2 Contribution Guide below for reference. It can help you enter development more quickly.
+
+[Connector-v2 Contribution Guide](https://github.com/apache/incubator-seatunnel/tree/dev/seatunnel-connectors-v2)