From d30236c8731ab43129af65ada095b3330996fe47 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 10 Mar 2014 19:35:25 +0000 Subject: [PATCH] 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 --- sonar/ooxml-schema-encryption/pom.xml | 5 +++++ sonar/ooxml-schema/pom.xml | 5 +++++ sonar/pom.xml | 3 --- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index aa723d0d6..56d297677 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 92426b486..453b53fa5 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 abc837513..387ff8181 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -64,9 +64,6 @@ ASCII - - - com/microsoft/*,org/openxmlformats/*,schemasMicrosoftCom*