diff options
author | Dominik Stadler <centic@apache.org> | 2015-08-25 07:06:51 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-08-25 07:06:51 +0000 |
commit | b0b2d93e8dc1bb6eecf8eec4346375f2dd05d78b (patch) | |
tree | 366ab4dc6d85fc92296cd7cbddbbe17bfea731ea /sonar | |
parent | bc61534b9224db6b439307b199753405634b9793 (diff) | |
download | poi-b0b2d93e8dc1bb6eecf8eec4346375f2dd05d78b.tar.gz poi-b0b2d93e8dc1bb6eecf8eec4346375f2dd05d78b.zip |
Try to specify list of sources in Sonar-Run to look at the SVN-Sources, not the copied ones because of our custom Maven build.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697581 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index cc53d40f34..7c1beeac30 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -65,7 +65,9 @@ <properties> <project.build.sourceEncoding>ASCII</project.build.sourceEncoding> - </properties> + <sonar.sources>${basedir}/../src/contrib/src,${basedir}/../src/examples/src,${basedir}/../src/excelant/java,${basedir}/../src/java,${basedir}/../src/ooxml/java,${basedir}/../src/scratchpad/examples,${basedir}/../src/,${basedir}/../src/scratchpad/src</sonar.sources> + <!-- tests are automatically found in Maven ../src/integrationtest,../src/contrib/testcases,../src/excelant/testcases,../src/ooxml/testcases,../src/scratchpad/testcases,../src/testcases --> + </properties> <build> <pluginManagement> |