add repo definition to pom.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834187 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-06-23 09:25:42 +00:00
parent e87f0cb68d
commit c88e551e05
1 changed files with 8 additions and 0 deletions

View File

@ -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>