]> source.dussan.org Git - sonarqube.git/commitdiff
Exclude files generated by protobuf from SQ analysis 742/head
authorEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 28 Jan 2016 15:57:26 +0000 (16:57 +0100)
committerEvgeny Mandrikov <mandrikov@gmail.com>
Thu, 28 Jan 2016 15:58:15 +0000 (16:58 +0100)
This was already done for other modules, but not for sonar-core.

sonar-core/pom.xml

index 7738b4d2a93fe4d02f92cce5361f77a1e6938633..ba067c60d001562351d53766eb29e9e6c445891d 100644 (file)
   <name>SonarQube :: Core</name>
   <description>Library shared by analyzer and server</description>
 
+  <properties>
+    <sonar.exclusions>target/generated-sources/**/*</sonar.exclusions>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>com.google.code.findbugs</groupId>