- add missing maven repo
This commit is contained in:
parent
f2caea5724
commit
c0bd2cd69a
49
pom.xml
49
pom.xml
@ -101,6 +101,55 @@
|
||||
<url>http://ci.geo-solutions.it/</url>
|
||||
</ciManagement>
|
||||
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>boundless</id>
|
||||
<name>Boundless Maven Repository</name>
|
||||
<url>https://repo.boundlessgeo.com/main/</url>
|
||||
<!-- contains snapshot and release (including third-party-dependences) -->
|
||||
<!-- Restlet maven Repository (http://maven.restlet.org) -->
|
||||
<!-- ucar (https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases) -->
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>osgeo</id>
|
||||
<name>Open Source Geospatial Foundation Repository</name>
|
||||
<url>http://download.osgeo.org/webdav/geotools/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>maven-restlet</id>
|
||||
<name>Restlet Maven Repository</name>
|
||||
<url>http://maven.restlet.org</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
|
||||
<repository>
|
||||
<id>geosolutions</id>
|
||||
<name>geosolutions repository</name>
|
||||
<url>http://maven.geo-solutions.it/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://maven.geo-solutions.it</downloadUrl>
|
||||
<repository>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user