Maven multimodule check-depency

Job ID: 33652595

Budget: $30 – $250 USD

Hi all,
I need to implement check-dependy maven module in a multi-modules project.
Here the requirement :

When I run maven without any additional parameter, check dependency must not be launched. This must be true for the parent and each child ptoject.

Example :
Mvn clean install -> normal build must run and check-dependency must not

When I run maven with an additional parameter, check dependency must be launched. This must be true for the parent and each child ptoject.

Example :
Mvn clean install -P check -> all if the normal build and check dependency must run