From: Dominik Stadler Date: Mon, 10 Mar 2014 19:35:25 +0000 (+0000) Subject: Try one more way of excluding generated sources in the Maven pom.xml files for Sonar... X-Git-Tag: REL_3_11_BETA1~220 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f322d5543182ae5f38f76500edae2d5d3e7fb82;p=poi.git Try one more way of excluding generated sources in the Maven pom.xml files for Sonar analysis git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1576063 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index aa723d0d6f..56d2976775 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -13,6 +13,11 @@ Apach POI - Openxmlformats Encryption Schema package + + + target/generated-sources/* + + diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 92426b486b..453b53fa57 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -13,6 +13,11 @@ Apach POI - Openxmlformats Schema package + + + target/generated-sources/* + + diff --git a/sonar/pom.xml b/sonar/pom.xml index abc8375135..387ff8181a 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -64,9 +64,6 @@ ASCII - - - com/microsoft/*,org/openxmlformats/*,schemasMicrosoftCom*