简体   繁体   中英

Excluding modules on SonarQube 4.3

I'm trying to exclude modules of my eclipse project from sonarqube analysis. Starting of version 4.3, sonar.skippedModules is deprecated and I have to use -pl !skippedModule1,skippedModule2.

Ok, but my project is like this:

-ParentProject -moduleA1 -moduleA2 -moduleA3 -ParentProject2 -moduleB1 -moduleB2 -... -moduleB100

Ok, not 100 modules, but a lot. Is there another way to skip all modules below ParentProject2, instead of using -pl !moduleB1,moduleB2,...,moduleB100 ? Like, can I use wildcards (!moduleB*) or maybe add all of them to a property file or something?

我所知没有解决您的用例的解决方案。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM