Optimize project build #1769
Closed
ruanwenjun
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I find there is a lot of warning when we build/package our project. And this waring way come form the
maven-shade-plugin
plugin.To my knowledge, we should only need to use this
maven-shade-plugin
in the connectors module andseatunnel-core-flink
/seatunnel-core-spark
/seatunnel-core-sql
module.And there are some other plugins e.g.
scala-checkstyle
,scala-test
, these plugin are also don't need to apply as all module, maybe we can extract a scala module to manage the scala dependency.In other modules, we can remove this plugin. This may improve our build, but need to test.
Beta Was this translation helpful? Give feedback.
All reactions