From b0b2d93e8dc1bb6eecf8eec4346375f2dd05d78b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Tue, 25 Aug 2015 07:06:51 +0000 Subject: [PATCH] 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 --- sonar/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 @@ ASCII - + ${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 + + -- 2.39.5