Apache Maven Jobs
already have docker file created. its part of a github repo and i need that loaded on my machine i ahve docker desktop set up on my macbook pro m1 just need it set up in visual studio code or do cker set up to load the webapp thats on the github repo
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