diff options
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index cc53d40f34..a34f74335d 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -65,6 +65,9 @@ <properties> <project.build.sourceEncoding>ASCII</project.build.sourceEncoding> + + <!-- Try to disable running SVN blame as it causes errors here because the source is copied from the actual SVN location here! --> + <sonar.scm.disabled>true</sonar.scm.disabled> </properties> <build> |