aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/pom.xml
diff options
context:
space:
mode:
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>