diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2019-12-09 23:56:13 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2019-12-09 23:56:13 +0000 |
commit | cd3807924751c86d9d9eadd68a835ff9b7a8fd2f (patch) | |
tree | 3e1b590527a1b583bc8f444a46a2c12f9ea1dda7 /sonar/pom.xml | |
parent | b5d6afa0a1532d9d90a4a43c535a98c09bf4b16a (diff) | |
download | poi-cd3807924751c86d9d9eadd68a835ff9b7a8fd2f.tar.gz poi-cd3807924751c86d9d9eadd68a835ff9b7a8fd2f.zip |
Provide XAdES schemas locally, because of connection timeouts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1871111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index df104510c9..9858db4060 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -269,7 +269,7 @@ <configuration> <target> <copy todir="${basedir}/target/schemas"> - <fileset dir="${basedir}/../../src/ooxml/resources/org/apache/poi/schemas"/> + <fileset dir="${basedir}/../../src/ooxml/resources/org/apache/poi/schemas" excludes="XAdES*.xsd"/> </copy> </target> </configuration> |