I have multi-module maven project structure as shown in image:
I am simply trying to calculate combined code coverage of webapp1 & webapp2. I have tried to implement solution from here,but as a beginner very less information is given. Note: Solutions without use of SonarQube will be good. Please help me with detailed step to start with.