diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-29 16:34:49 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-29 16:38:45 +0200 |
commit | 003daecb6cff700ad2753c91f0678949e5b156d2 (patch) | |
tree | b0a283ebe7fdc354448e86d2e26e6387d5b62cfe /sonar-core/pom.xml | |
parent | 2f33601f05590ca85f1dad42c78d97d27b17ad5e (diff) | |
download | sonarqube-003daecb6cff700ad2753c91f0678949e5b156d2.tar.gz sonarqube-003daecb6cff700ad2753c91f0678949e5b156d2.zip |
Exclude target/generated-test-sources from analysis
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 2 |
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> |