EricJoy2048 commented on PR #2030:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2030#issuecomment-1159481344

   maven have some parameter can custom build behavior :
   `-am --also-make` At the same time, build the dependent modules of the 
listed modules;
   `-amd -also-make-dependents` At the same time, build modules that depend on 
the listed modules;
   `-pl --projects <arg>` Build the specified modules, which are separated by 
commas;
   `-rf -resume-from <arg>` Restore the reactor from the designated module.
   
   For jdk version > 1.9 we can make all connectors in the project only depend 
on` seatunnel-hadoop3-shade` with `profile`, and the dependency on 
`seatunnel-hadoop2-shade` will become 0. Then, we can skip the build of 
`seatunnel-hadoop2-shade` by using the `mvn XXX -am` command.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to