]> source.dussan.org Git - poi.git/commitdiff
Sonar Maven: Revert previous changes as they also did not work, it seems there is...
authorDominik Stadler <centic@apache.org>
Thu, 27 Aug 2015 08:20:40 +0000 (08:20 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 27 Aug 2015 08:20:40 +0000 (08:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698089 13f79535-47bb-0310-9956-ffa450edef68

sonar/examples/pom.xml
sonar/excelant/pom.xml
sonar/main/pom.xml
sonar/ooxml/pom.xml
sonar/scratchpad/pom.xml

index 4f13ac70bf5b0887ba0ebe48021539382c19ca3c..641b47ab5740fdb7badc00ff6fe7fec8a8baa80a 100644 (file)
 
     <name>Apache POI Examples package</name>
     
-       <properties>
-               <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks  -->
-               <sonar.sources>${basedir}/../../src/examples/src</sonar.sources>
-               <!-- tests are automatically found in Maven -->
-       </properties>
-
     <build>
                <plugins>
                        <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
index 66ec9bbebaa7d8208b7116137f49b67d31485d21..2efd5449082cc27057be9ffde8f0e72dbaafbb28 100644 (file)
 
     <name>Apache POI ExcelAnt package</name>
 
-       <properties>
-               <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks  -->
-               <sonar.sources>${basedir}/../../src/excelant/java</sonar.sources>
-               <!-- tests are automatically found in Maven -->
-       </properties>
-
     <build>
                <plugins>
                        <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
index d762c90502e4c2021fa871b021025f9e6b1602db..d96222975801f54a693fd28755a021fa7e605055 100644 (file)
 
     <name>Apache POI Main package</name>
 
-       <properties>
-               <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks  -->
-               <sonar.sources>${basedir}/../../src/java</sonar.sources>
-               <!-- tests are automatically found in Maven -->
-       </properties>
-
     <build>
                <plugins>
                        <!-- copy sources, resources and tests in place as otherwise Sonar does not pick them up correctly! -->
index 42bd514e16d69cb411f0f6806ddbbc5ea640e4d8..4df81fe121ca02d6e8f1f603e911d655551962e0 100644 (file)
     <packaging>jar</packaging>
 
     <name>Apache POI OOXML package</name>
-
-       <properties>
-               <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks  -->
-               <sonar.sources>${basedir}/../../src/ooxml/java</sonar.sources>
-               <!-- tests are automatically found in Maven -->
-       </properties>
        
     <build>
                <plugins>
index 46f37439fcf3eeaa26df79a4556e1bb61491d4b6..c3dc3112a12a9db72d2d02694fe79246209a2b38 100644 (file)
     <name>Apache POI Scratchpad package</name>
 
        <properties>
-               <!-- specify actual source directory as otherwise Sonar-plugin will fail during SVN checks  -->
-               <sonar.sources>${basedir}/../../src/scratchpad/examples,${basedir}/../../src/scratchpad/src</sonar.sources>
-               <!-- tests are automatically found in Maven -->
                <!-- Exclude some generated code from Sonar analysis -->
                <sonar.exclusions>src/main/java/org/apache/poi/hwpf/model/types/*,src/main/java/org/apache/poi/hdf/model/hdftypes/definitions/*</sonar.exclusions>
        </properties>
 
     <build>
                <plugins>