From: Simon Brandhof Date: Tue, 28 Nov 2017 10:53:41 +0000 (+0100) Subject: Exclude generated files of sonar-ws from analysis X-Git-Tag: 7.0-RC1~251 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4f049dc73f2c20ac24998c4186a2c65ed33cac02;p=sonarqube.git Exclude generated files of sonar-ws from analysis --- diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index f735cdaa422..6eb43cf3b31 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -13,8 +13,8 @@ Protocol Buffers specification of Web Services - target/generated-sources/**/* - target/generated-test-sources/**/* + target/generated-sources/**/*,src/main/java/org/sonarqube/ws/client/*/*.java + target/generated-test-sources/**/*,src/test/java/org/sonarqube/ws/client/*/*.java