Add new repository
This commit is contained in:
parent
d96ca873f5
commit
2a3b2f9559
22
pom.xml
22
pom.xml
|
@ -17,6 +17,28 @@
|
||||||
<url>https://github.com/OvercastNetwork/ProjectAres</url>
|
<url>https://github.com/OvercastNetwork/ProjectAres</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>pa-snapshots</id>
|
||||||
|
<url>https://repo.extension.ws/content/repositories/snapshots</url>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>pa-releases</id>
|
||||||
|
<url>https://repo.extension.ws/content/repositories/releases</url>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>pa-deployment</id>
|
||||||
|
<url>https://repo.extension.ws/content/repositories/releases</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>pa-deployment</id>
|
||||||
|
<url>https://repo.extension.ws/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>Util</module>
|
<module>Util</module>
|
||||||
<module>API</module>
|
<module>API</module>
|
||||||
|
|
Loading…
Reference in New Issue