From 9f322d5543182ae5f38f76500edae2d5d3e7fb82 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 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* -- 2.39.5