aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-02-19 10:39:17 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-02-22 10:57:26 +0100
commitaccc8fc25dbdddb7fc6fbc5fa171ce29929d01d9 (patch)
tree0b4daa853beea7ec734f8b52df0cf126f4e7efe8 /sonar-db
parentcef567021858b0e7239ac80d4512172ef7b70dbd (diff)
downloadsonarqube-accc8fc25dbdddb7fc6fbc5fa171ce29929d01d9.tar.gz
sonarqube-accc8fc25dbdddb7fc6fbc5fa171ce29929d01d9.zip
SONAR-5772 New executable_lines_data metric
Diffstat (limited to 'sonar-db')
-rw-r--r--sonar-db/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml
index 86339eed76d..9cb8dc2b64c 100644
--- a/sonar-db/pom.xml
+++ b/sonar-db/pom.xml
@@ -13,6 +13,10 @@
<name>SonarQube :: Database</name>
<description>Create and request SonarQube schema</description>
+
+ <properties>
+ <sonar.exclusions>target/generated-sources/**</sonar.exclusions>
+ </properties>
<dependencies>
<dependency>