Skip to content

Commit

Permalink
修改打包编译文档
Browse files Browse the repository at this point in the history
  • Loading branch information
lijiangbo committed Jan 18, 2020
1 parent d552b18 commit 593ccec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@

进入项目根目录,使用maven打包:

windows平台
```
mvn clean package -Dmaven.test.skip
mvn clean package -DskipTests -Prelease -DscriptType=bat
```
unix平台
```
mvn clean package -DskipTests -Prelease -DscriptType=sh
```

打包结束后,项目根目录下会产生bin目录和plugins目录,其中bin目录包含FlinkX的启动脚本,plugins目录下存放编译好的数据同步插件包
Expand Down

0 comments on commit 593ccec

Please sign in to comment.