DataX 整合后重新编译打包
Posted kgdxpr
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DataX 整合后重新编译打包相关的知识,希望对你有一定的参考价值。
一、在CentOS中重新编译打包
安装Maven:
wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
yum -y install apache-maven
下载源码:
git clone https://github.com/alibaba/DataX.git
修改代码后,重新编译打包
mvn clean package -DskipTests assembly:assembly
编译打包后的都放在target下,例如:
/usr/local/DataX/mysqlwriter/target/datax/plugin/writer/mysqlwriter
二、在IDEA中重新打包
重新编译打包时,可以把pom.xml文件中的不用的先注掉,这样编译打包会快一些
以上是关于DataX 整合后重新编译打包的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot Vue 项目修改vue后重新打包无效?
jar解压后 如何把解压出来的文件夹 重新编译成jar ???