mirror of https://github.com/apache/poi.git
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:
parent
ef47dfe191
commit
04d989a85d
|
@ -46,6 +46,14 @@
|
||||||
<url>http://svn.apache.org/viewvc/poi</url>
|
<url>http://svn.apache.org/viewvc/poi</url>
|
||||||
</scm>
|
</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>
|
<modules>
|
||||||
<module>main</module>
|
<module>main</module>
|
||||||
<module>ooxml-schema</module>
|
<module>ooxml-schema</module>
|
||||||
|
|
Loading…
Reference in New Issue