aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/pom.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2019-12-09 23:56:13 +0000
committerAndreas Beeker <kiwiwings@apache.org>2019-12-09 23:56:13 +0000
commitcd3807924751c86d9d9eadd68a835ff9b7a8fd2f (patch)
tree3e1b590527a1b583bc8f444a46a2c12f9ea1dda7 /sonar/pom.xml
parentb5d6afa0a1532d9d90a4a43c535a98c09bf4b16a (diff)
downloadpoi-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.xml2
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>