summaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2018-06-23 09:25:42 +0000
committerPJ Fanning <fanningpj@apache.org>2018-06-23 09:25:42 +0000
commit04d989a85d5c48a759c44ce92dc7d1fef4c5f57a (patch)
tree1ad54db6a987c0cb5028dcbfca70f976a2ff61b9 /sonar
parentef47dfe19141385e52787ffc51c92bd9a2b0c28e (diff)
downloadpoi-04d989a85d5c48a759c44ce92dc7d1fef4c5f57a.tar.gz
poi-04d989a85d5c48a759c44ce92dc7d1fef4c5f57a.zip
add repo definition to pom.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834187 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index f201c7b49d..ed76764c6d 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -46,6 +46,14 @@
<url>http://svn.apache.org/viewvc/poi</url>
</scm>
+ <repositories>
+ <repository>
+ <id>xmlbeans-snapshot-repo</id>
+ <name>xmlbeans snapshot repo</name>
+ <url>https://repository.apache.org/content/repositories/staging</url>
+ </repository>
+ </repositories>
+
<modules>
<module>main</module>
<module>ooxml-schema</module>