From: Julien HENRY Date: Wed, 4 Nov 2015 21:38:26 +0000 (+0100) Subject: Exclude protobuf generated files from the SQ analysis X-Git-Tag: 5.3-RC1~390 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F616%2Fhead;p=sonarqube.git Exclude protobuf generated files from the SQ analysis --- diff --git a/pom.xml b/pom.xml index a574fac25ab..d8f301eea29 100644 --- a/pom.xml +++ b/pom.xml @@ -1363,6 +1363,9 @@ src/main/protobuf + + ${project.build.directory}/generated-sources/protobuf/**/* + @@ -1430,6 +1433,9 @@ src/test/protobuf + + ${project.build.directory}/generated-test-sources/protobuf/**/* +