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

gaojun2048 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 328b145d9 [Hotfix][Docs][Contribution/setup.md]: fix mvn params to 
-DskipTests (#3270)
328b145d9 is described below

commit 328b145d96a1157f877efcd2416c9dd94a6ea7fc
Author: Peiyi Sun <[email protected]>
AuthorDate: Fri Nov 4 14:27:32 2022 +0800

    [Hotfix][Docs][Contribution/setup.md]: fix mvn params to -DskipTests (#3270)
---
 docs/en/contribution/setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/contribution/setup.md b/docs/en/contribution/setup.md
index bf7c9b99c..b3132bb35 100644
--- a/docs/en/contribution/setup.md
+++ b/docs/en/contribution/setup.md
@@ -50,7 +50,7 @@ If you want to build submodules separately,you can use the 
follow command to com
 ```ssh
 # This is an example of building the redis connector separately
 
- mvn clean package -pl seatunnel-connectors-v2/connector-redis -am -DskipTest 
-T1C
+ mvn clean package -pl seatunnel-connectors-v2/connector-redis -am -DskipTests 
-T 1C
 ```
 
 ### Install JetBrains IDEA Scala Plugin

Reply via email to