From 5381dd3a8dca05393dd570a05c87a69d114b1212 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 10 Sep 2015 11:15:46 +0200 Subject: [PATCH] Exclude generated protobuf codebase from analysis --- sonar-batch-protocol/pom.xml | 4 ++++ sonar-db/pom.xml | 4 ++++ sonar-ws/pom.xml | 4 ++++ 3 files changed, 12 insertions(+) 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 @@ Classes used for communication between batch and server + + src/main/gen-java/**/* + + net.jpountz.lz4 diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index a1977e527d3..753d725295b 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -14,6 +14,10 @@ SonarQube :: Database Create and request SonarQube schema + + src/main/gen-java/**/* + + com.google.code.findbugs 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 @@ SonarQube :: Web Service Protocol Buffers specification of Web Services + + src/main/gen-java/**/* + + com.google.protobuf