diff options
author | Dominik Stadler <centic@apache.org> | 2014-02-27 14:03:27 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-02-27 14:03:27 +0000 |
commit | 10d05f61b241a58a0a206043ddefaf86417ff1d0 (patch) | |
tree | c579ec7bb546dab46d05f2409e4e9fb25deda68d /sonar/ooxml-schema-encryption/pom.xml | |
parent | 4f2f46c2208331168749ff966596a188c6947241 (diff) | |
download | poi-10d05f61b241a58a0a206043ddefaf86417ff1d0.tar.gz poi-10d05f61b241a58a0a206043ddefaf86417ff1d0.zip |
Try to improve Maven files for Sonar: Copy in (test)sources instead of linking to sources outside the sonar-directory which confuses Sonar, remove source-dir setting for ooxml-schema and ooxml-schema-encryption as both have generate sources and not actual ones, scratchpad is not needed for ooxml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1572580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema-encryption/pom.xml')
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 9fd2370277..aa723d0d6f 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -14,8 +14,6 @@ <name>Apach POI - Openxmlformats Encryption Schema package</name> <build> - <sourceDirectory>target/generated-sources/xmlbeans</sourceDirectory> - <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> |