小编Jon*_*ens的帖子

sonar-maven-plugin: How to use project-relative paths in inclusion patterns?

I have quite a large multi-module multi-language maven project (~100 modules in total), which I want to analyze using SonarQube and since the scanner doesn't automatically discover all files in all languages (i.e. not for Groovy and Kotlin), I have to tell it where to look for the files.

Most module contain the typical combination of a src/main/ and a src/test/ directory but not necessarily both, which makes it impossible to simply declare <sonar.sources>pom.xml,src/main/</sonar.sources> and <sonar.tests>src/test/</sonar.tests> as properties in the …

maven sonarqube sonarqube-scan

6
推荐指数
1
解决办法
2817
查看次数

标签 统计

maven ×1

sonarqube ×1

sonarqube-scan ×1