From: Evgeny Mandrikov Date: Thu, 28 Jan 2016 15:57:26 +0000 (+0100) Subject: Exclude files generated by protobuf from SQ analysis X-Git-Tag: 5.4-M13~17^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F742%2Fhead;p=sonarqube.git Exclude files generated by protobuf from SQ analysis This was already done for other modules, but not for sonar-core. --- diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 7738b4d2a93..ba067c60d00 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -13,6 +13,10 @@ SonarQube :: Core Library shared by analyzer and server + + target/generated-sources/**/* + + com.google.code.findbugs