aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-29 16:34:49 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-07-29 16:38:45 +0200
commit003daecb6cff700ad2753c91f0678949e5b156d2 (patch)
treeb0a283ebe7fdc354448e86d2e26e6387d5b62cfe /sonar-core
parent2f33601f05590ca85f1dad42c78d97d27b17ad5e (diff)
downloadsonarqube-003daecb6cff700ad2753c91f0678949e5b156d2.tar.gz
sonarqube-003daecb6cff700ad2753c91f0678949e5b156d2.zip
Exclude target/generated-test-sources from analysis
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 85d3107db6a..a2679eec095 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -14,7 +14,7 @@
<description>Library shared by analyzer and server</description>
<properties>
- <sonar.exclusions>target/generated-sources/**/*</sonar.exclusions>
+ <sonar.exclusions>target/generated-sources/**/*,target/generated-test-sources/**/*</sonar.exclusions>
</properties>
<dependencies>