diff options
Diffstat (limited to 'sonar/ooxml-schema-encryption/pom.xml')
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 5 |
1 files changed, 5 insertions, 0 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 @@ <name>Apach POI - Openxmlformats Encryption Schema package</name> + <properties> + <!-- see http://docs.codehaus.org/display/SONAR/Narrowing+the+Focus for details of this property --> + <sonar.exclusions>target/generated-sources/*</sonar.exclusions> + </properties> + <build> <plugins> <plugin> |