Embracing the Messiness in Search of Epic Solutions

Tag: SonarQube

  • SonarQube: Building Specific Module in Multi-Module Project

    Let’s assume we have a multi-module project that looks something like this:- To build certain module(s) within the project, we can use the sonar.skippedModules option to skip the modules we don’t need. For example, the following configuration in Jenkins will only build app-jar module in SonarQube:-