aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-10 11:15:46 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-11 11:44:21 +0200
commit5381dd3a8dca05393dd570a05c87a69d114b1212 (patch)
treed8f5d524b8b455b9de9a5351140fb5d9272880f8 /sonar-ws/pom.xml
parent33a216e2071c028060d437fe2707b9e7012aae76 (diff)
downloadsonarqube-5381dd3a8dca05393dd570a05c87a69d114b1212.tar.gz
sonarqube-5381dd3a8dca05393dd570a05c87a69d114b1212.zip
Exclude generated protobuf codebase from analysis
Diffstat (limited to 'sonar-ws/pom.xml')
-rw-r--r--sonar-ws/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 95d9e89a25f..7a9c8c2a797 100644
--- a/sonar-ws/pom.xml
+++ b/sonar-ws/pom.xml
@@ -12,6 +12,10 @@
<name>SonarQube :: Web Service</name>
<description>Protocol Buffers specification of Web Services</description>
+ <properties>
+ <sonar.exclusions>src/main/gen-java/**/*</sonar.exclusions>
+ </properties>
+
<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>