You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Ameet BD <am...@gmail.com> on 2017/02/17 17:02:39 UTC

compiling flink

Hello All,

If I want to compile just one sub-project inside flink for example
flink-core, what command should I use?
Please help.
Thanks in advance.
Regards,
Ameet

Re: compiling flink

Posted by Andrea Spina <an...@radicalbit.io>.
Dear Ameet,

doesn't [mvn compile -pl <flink-sub-modules> -amd] command work out
for you? It is described here
http://stackoverflow.com/questions/1114026/maven-modules-building-a-single-specific-module

Take care of -amd option which will state to maven to compile also
dependent modules.

Perhaps it's worth also to consider this post
http://stackoverflow.com/questions/14212920/how-to-build-a-module-and-its-submodules-using-maven-reactor.

Hope it can help. Cheers,

Andrea

2017-02-17 18:02 GMT+01:00 Ameet BD <am...@gmail.com>:
> Hello All,
>
> If I want to compile just one sub-project inside flink for example
> flink-core, what command should I use?
> Please help.
> Thanks in advance.
> Regards,
> Ameet