aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r--sonar-batch-protocol/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 4766df2a574..8fb61e4cabc 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -12,6 +12,10 @@
<description>Classes used for communication between batch and server</description>
+ <properties>
+ <sonar.exclusions>src/main/gen-java/**/*</sonar.exclusions>
+ </properties>
+
<dependencies>
<dependency>
<groupId>net.jpountz.lz4</groupId>