diff options
author | Dominik Stadler <centic@apache.org> | 2015-08-27 13:04:25 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-08-27 13:04:25 +0000 |
commit | b1a390515e1a8afa711194876b886da846f1d3f9 (patch) | |
tree | 091bf9d190d656d5e2bc31d6bc988f5a98e7d80e /sonar | |
parent | 08662952d20557365a53751a79006478088fe491 (diff) | |
download | poi-b1a390515e1a8afa711194876b886da846f1d3f9.tar.gz poi-b1a390515e1a8afa711194876b886da846f1d3f9.zip |
Sonar Maven: Next try: Disable Subversion to see if we get results then.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-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> |